Shades of Goldenrod #DDD66C
Tints of Goldenrod #DDD66C
RGB
CMYK
RGB Variations
Color information
#DDD66C (or 0xDDD66C) is known color: Goldenrod. HEX triplet: DD, D6 and 6C. RGB value is (221,214,108). Sum of RGB (Red+Green+Blue) = 221+214+108=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD66C is #222993. Grayscale: #CCCCCC. Windows color (decimal): -2238868 or 7132893. OLE color: 7132893.
HSL color Cylindrical-coordinate representation of color #DDD66C: hue angle of 56.28º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDD66C is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 108 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.13 |
| HSL | 56.28º | 0.62% | 0.65% | - |
| HSV(B) | 56.28º | 0.51% | 0.87% | - |
| XYZ | 56.57 | 64.55 | 23.66 | - |
| YUV | 204.01 | 73.82 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 108 | 0 | 0.03 | 0.51 | 0.13 | 56.28 | 0.62 | 0.65 |
| Hex | DD | D6 | 6C | 0 | 3 | 33 | D | 38 | 3E | 41 |
| Octal | 335 | 326 | 154 | 0 | 3 | 63 | 15 | 70 | 76 | 101 |
| Binary | 11011101 | 11010110 | 1101100 | 0 | 11 | 110011 | 1101 | 111000 | 111110 | 1000001 |
Color Harmonies of #DDD66C
Complementary color
Monochromatic Colors of #DDD66C
Black with #DDD66C
Text Example
Text Example
White with #DDD66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD66C; }
p { color: rgb(221,214,108); }
H1.HeaderClassName
{
color: #DDD66C;
}
.AnyTagClassName
{
color: #DDD66C;
}
</style>
background-color css
<style>
a { background-color: #DDD66C; }
a { background-color: rgb(221,214,108); }
div.DivClassName
{
background-color: #DDD66C;
}
.BgClassName
{
background-color: #DDD66C;
}
</style>
border-color css
<style>
span { border-color: #DDD66C; }
span { border-color: rgb(221,214,108); }
td.TdClassName
{
border-color: #DDD66C;
}
.TagClassName
{
border-color: #DDD66C;
}
</style>