Color spaces of #ddb55e
RGB | 221 | 181 | 94 |
---|---|---|---|
HSL | 0.11 | 0.65 | 0.62 |
HSV | 41° | 57° | 87° |
CMYK | 0.00 | 0.18 | 0.57 0.13 |
XYZ | 48.3630 | 49.2281 | 17.5426 |
Yxy | 49.2281 | 0.4201 | 0.4276 |
Hunter Lab | 70.1627 | 0.2548 | 34.2898 |
CIE-Lab | 75.5930 | 4.3759 | 49.0908 |
#ddb55e color RGB value is (221,181,94).
#ddb55e hex color red value is 221, green value is 181 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ddb55e hue: 0.11 , saturation: 0.65 and the lightness value of ddb55e is 0.62.
The process color (four color CMYK) of #ddb55e color hex is 0.00, 0.18, 0.57, 0.13. Web safe color of #ddb55e is #cccc66. Color #ddb55e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10110101 | 01011110 |
Octal | 335 | 265 | 136 |
Decimal | 221 | 181 | 94 |
Hex | DD | B5 | 5E |
Shades of #ddb55e
Tints of #ddb55e
RGB Percentages of Color #ddb55e
CMYK Percentages of Color #ddb55e
Complementary Color
#ddb55e | #5e86dd |
#ddb55e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddb55e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddb55e Color CSS Codes
.mybgcolor {background-color:#ddb55e; } .myforecolor {color:#ddb55e; } .mybordercolor {border:3px solid #ddb55e; }
#ddb55e Text Font Color
<p style="color:#ddb55e">Text here</p>
This sample text font color is #ddb55e
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.
#ddb55e Background Color
<div style="background-color:#ddb55e">
Div content here</div>
This div background color is #ddb55e
#ddb55e Border Color
<div style="border:3px solid #ddb55e">
Div here</div>
This div border color is #ddb55e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,181,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddb55e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddb55e; -webkit-box-shadow: 1px 1px 3px 2px #ddb55e; box-shadow: 1px 1px 3px 2px #ddb55e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,181,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddb55e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb55e; -webkit-box-shadow: 1px 1px 3px 2px #ddb55e; box-shadow: 1px 1px 3px 2px #ddb55e;">
Div content here</div>
This div box has shadow with color #ddb55e
Comments
No comments written yet.
Please login to write comment.