Shades of Goldenrod #DDD667
Tints of Goldenrod #DDD667
RGB
CMYK
RGB Variations
Color information
#DDD667 (or 0xDDD667) is known color: Goldenrod. HEX triplet: DD, D6 and 67. RGB value is (221,214,103). Sum of RGB (Red+Green+Blue) = 221+214+103=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD667 is #222998. Grayscale: #CBCBCB. Windows color (decimal): -2238873 or 6805213. OLE color: 6805213.
HSL color Cylindrical-coordinate representation of color #DDD667: hue angle of 56.44º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDD667 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 103 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.13 |
| HSL | 56.44º | 0.63% | 0.64% | - |
| HSV(B) | 56.44º | 0.53% | 0.87% | - |
| XYZ | 56.31 | 64.44 | 22.3 | - |
| YUV | 203.44 | 71.32 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 103 | 0 | 0.03 | 0.53 | 0.13 | 56.44 | 0.63 | 0.64 |
| Hex | DD | D6 | 67 | 0 | 3 | 35 | D | 38 | 3F | 40 |
| Octal | 335 | 326 | 147 | 0 | 3 | 65 | 15 | 70 | 77 | 100 |
| Binary | 11011101 | 11010110 | 1100111 | 0 | 11 | 110101 | 1101 | 111000 | 111111 | 1000000 |
Color Harmonies of #DDD667
Complementary color
Monochromatic Colors of #DDD667
Black with #DDD667
Text Example
Text Example
White with #DDD667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD667; }
p { color: rgb(221,214,103); }
H1.HeaderClassName
{
color: #DDD667;
}
.AnyTagClassName
{
color: #DDD667;
}
</style>
background-color css
<style>
a { background-color: #DDD667; }
a { background-color: rgb(221,214,103); }
div.DivClassName
{
background-color: #DDD667;
}
.BgClassName
{
background-color: #DDD667;
}
</style>
border-color css
<style>
span { border-color: #DDD667; }
span { border-color: rgb(221,214,103); }
td.TdClassName
{
border-color: #DDD667;
}
.TagClassName
{
border-color: #DDD667;
}
</style>