Color spaces of #ddb75e
RGB | 221 | 183 | 94 |
---|---|---|---|
HSL | 0.12 | 0.65 | 0.62 |
HSV | 42° | 57° | 87° |
CMYK | 0.00 | 0.17 | 0.57 0.13 |
XYZ | 48.7727 | 50.0473 | 17.6792 |
Yxy | 50.0473 | 0.4187 | 0.4296 |
Hunter Lab | 70.7441 | -0.7400 | 34.7041 |
CIE-Lab | 76.0983 | 3.3221 | 49.6802 |
#ddb75e color RGB value is (221,183,94).
#ddb75e hex color red value is 221, green value is 183 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ddb75e hue: 0.12 , saturation: 0.65 and the lightness value of ddb75e is 0.62.
The process color (four color CMYK) of #ddb75e color hex is 0.00, 0.17, 0.57, 0.13. Web safe color of #ddb75e is #cccc66. Color #ddb75e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10110111 | 01011110 |
Octal | 335 | 267 | 136 |
Decimal | 221 | 183 | 94 |
Hex | DD | B7 | 5E |
Shades of #ddb75e
Tints of #ddb75e
RGB Percentages of Color #ddb75e
CMYK Percentages of Color #ddb75e
Complementary Color
#ddb75e | #5e84dd |
#ddb75e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddb75e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddb75e Color CSS Codes
.mybgcolor {background-color:#ddb75e; } .myforecolor {color:#ddb75e; } .mybordercolor {border:3px solid #ddb75e; }
#ddb75e Text Font Color
<p style="color:#ddb75e">Text here</p>
This sample text font color is #ddb75e
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.
#ddb75e Background Color
<div style="background-color:#ddb75e">
Div content here</div>
This div background color is #ddb75e
#ddb75e Border Color
<div style="border:3px solid #ddb75e">
Div here</div>
This div border color is #ddb75e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,183,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddb75e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddb75e; -webkit-box-shadow: 1px 1px 3px 2px #ddb75e; box-shadow: 1px 1px 3px 2px #ddb75e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,183,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 #ddb75e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb75e; -webkit-box-shadow: 1px 1px 3px 2px #ddb75e; box-shadow: 1px 1px 3px 2px #ddb75e;">
Div content here</div>
This div box has shadow with color #ddb75e
Comments
No comments written yet.
Please login to write comment.