Shades of Goldenrod #DDD669
Tints of Goldenrod #DDD669
RGB
CMYK
RGB Variations
Color information
#DDD669 (or 0xDDD669) is known color: Goldenrod. HEX triplet: DD, D6 and 69. RGB value is (221,214,105). Sum of RGB (Red+Green+Blue) = 221+214+105=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD669 is #222996. Grayscale: #CCCCCC. Windows color (decimal): -2238871 or 6936285. OLE color: 6936285.
HSL color Cylindrical-coordinate representation of color #DDD669: hue angle of 56.38º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDD669 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 105 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.13 |
| HSL | 56.38º | 0.63% | 0.64% | - |
| HSV(B) | 56.38º | 0.52% | 0.87% | - |
| XYZ | 56.42 | 64.49 | 22.84 | - |
| YUV | 203.67 | 72.32 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 105 | 0 | 0.03 | 0.52 | 0.13 | 56.38 | 0.63 | 0.64 |
| Hex | DD | D6 | 69 | 0 | 3 | 34 | D | 38 | 3F | 40 |
| Octal | 335 | 326 | 151 | 0 | 3 | 64 | 15 | 70 | 77 | 100 |
| Binary | 11011101 | 11010110 | 1101001 | 0 | 11 | 110100 | 1101 | 111000 | 111111 | 1000000 |
Color Harmonies of #DDD669
Complementary color
Monochromatic Colors of #DDD669
Black with #DDD669
Text Example
Text Example
White with #DDD669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD669; }
p { color: rgb(221,214,105); }
H1.HeaderClassName
{
color: #DDD669;
}
.AnyTagClassName
{
color: #DDD669;
}
</style>
background-color css
<style>
a { background-color: #DDD669; }
a { background-color: rgb(221,214,105); }
div.DivClassName
{
background-color: #DDD669;
}
.BgClassName
{
background-color: #DDD669;
}
</style>
border-color css
<style>
span { border-color: #DDD669; }
span { border-color: rgb(221,214,105); }
td.TdClassName
{
border-color: #DDD669;
}
.TagClassName
{
border-color: #DDD669;
}
</style>