Color spaces of #ddbf94
RGB | 221 | 191 | 148 |
---|---|---|---|
HSL | 0.10 | 0.52 | 0.72 |
HSV | 35° | 33° | 87° |
CMYK | 0.00 | 0.14 | 0.33 0.13 |
XYZ | 53.7949 | 54.7719 | 35.7537 |
Yxy | 54.7719 | 0.3727 | 0.3795 |
Hunter Lab | 74.0080 | 0.2339 | 23.1623 |
CIE-Lab | 78.9097 | 4.4973 | 25.6571 |
#ddbf94 color RGB value is (221,191,148).
#ddbf94 hex color red value is 221, green value is 191 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ddbf94 hue: 0.10 , saturation: 0.52 and the lightness value of ddbf94 is 0.72.
The process color (four color CMYK) of #ddbf94 color hex is 0.00, 0.14, 0.33, 0.13. Web safe color of #ddbf94 is #cccc99. Color #ddbf94 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10111111 | 10010100 |
Octal | 335 | 277 | 224 |
Decimal | 221 | 191 | 148 |
Hex | DD | BF | 94 |
Shades of #ddbf94
Tints of #ddbf94
RGB Percentages of Color #ddbf94
CMYK Percentages of Color #ddbf94
Complementary Color
#ddbf94 | #94b2dd |
#ddbf94 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddbf94 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddbf94 Color CSS Codes
.mybgcolor {background-color:#ddbf94; } .myforecolor {color:#ddbf94; } .mybordercolor {border:3px solid #ddbf94; }
#ddbf94 Text Font Color
<p style="color:#ddbf94">Text here</p>
This sample text font color is #ddbf94
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ddbf94 Background Color
<div style="background-color:#ddbf94">
Div content here</div>
This div background color is #ddbf94
#ddbf94 Border Color
<div style="border:3px solid #ddbf94">
Div here</div>
This div border color is #ddbf94
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,191,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddbf94; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddbf94; -webkit-box-shadow: 1px 1px 3px 2px #ddbf94; box-shadow: 1px 1px 3px 2px #ddbf94; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,191,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddbf94">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbf94; -webkit-box-shadow: 1px 1px 3px 2px #ddbf94; box-shadow: 1px 1px 3px 2px #ddbf94;">
Div content here</div>
This div box has shadow with color #ddbf94
#ddbf94 Color Palettes
Comments
No comments written yet.
Please login to write comment.