Shades of Goldenrod #DDDB6F
Tints of Goldenrod #DDDB6F
RGB
CMYK
RGB Variations
Color information
#DDDB6F (or 0xDDDB6F) is known color: Goldenrod. HEX triplet: DD, DB and 6F. RGB value is (221,219,111). Sum of RGB (Red+Green+Blue) = 221+219+111=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB6F is #222490. Grayscale: #CFCFCF. Windows color (decimal): -2237585 or 7330781. OLE color: 7330781.
HSL color Cylindrical-coordinate representation of color #DDDB6F: hue angle of 58.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDDB6F is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 219 | 111 | - |
CMYK | 0 | 0.01 | 0.50 | 0.13 |
HSL | 58.91º | 0.62% | 0.65% | - |
HSV(B) | 58.91º | 0.5% | 0.87% | - |
XYZ | 58.02 | 67.18 | 24.95 | - |
YUV | 207.29 | 73.66 | 137.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 111 | 0 | 0.01 | 0.50 | 0.13 | 58.91 | 0.62 | 0.65 |
Hex | DD | DB | 6F | 0 | 1 | 32 | D | 3B | 3E | 41 |
Octal | 335 | 333 | 157 | 0 | 1 | 62 | 15 | 73 | 76 | 101 |
Binary | 11011101 | 11011011 | 1101111 | 0 | 1 | 110010 | 1101 | 111011 | 111110 | 1000001 |
Color Harmonies of #DDDB6F
Complementary color
Monochromatic Colors of #DDDB6F
Black with #DDDB6F
Text Example
Text Example
White with #DDDB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB6F; }
p { color: rgb(221,219,111); }
H1.HeaderClassName
{
color: #DDDB6F;
}
.AnyTagClassName
{
color: #DDDB6F;
}
</style>
background-color css
<style>
a { background-color: #DDDB6F; }
a { background-color: rgb(221,219,111); }
div.DivClassName
{
background-color: #DDDB6F;
}
.BgClassName
{
background-color: #DDDB6F;
}
</style>
border-color css
<style>
span { border-color: #DDDB6F; }
span { border-color: rgb(221,219,111); }
td.TdClassName
{
border-color: #DDDB6F;
}
.TagClassName
{
border-color: #DDDB6F;
}
</style>