Shades of Goldenrod #DDD66B
Tints of Goldenrod #DDD66B
RGB
CMYK
RGB Variations
Color information
#DDD66B (or 0xDDD66B) is known color: Goldenrod. HEX triplet: DD, D6 and 6B. RGB value is (221,214,107). Sum of RGB (Red+Green+Blue) = 221+214+107=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 107 (42.19% from 255 or 19.74% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD66B is #222994. Grayscale: #CCCCCC. Windows color (decimal): -2238869 or 7067357. OLE color: 7067357.
HSL color Cylindrical-coordinate representation of color #DDD66B: hue angle of 56.32º 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 #DDD66B is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 107 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.13 |
| HSL | 56.32º | 0.63% | 0.64% | - |
| HSV(B) | 56.32º | 0.52% | 0.87% | - |
| XYZ | 56.52 | 64.53 | 23.39 | - |
| YUV | 203.9 | 73.32 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 107 | 0 | 0.03 | 0.52 | 0.13 | 56.32 | 0.63 | 0.64 |
| Hex | DD | D6 | 6B | 0 | 3 | 34 | D | 38 | 3F | 40 |
| Octal | 335 | 326 | 153 | 0 | 3 | 64 | 15 | 70 | 77 | 100 |
| Binary | 11011101 | 11010110 | 1101011 | 0 | 11 | 110100 | 1101 | 111000 | 111111 | 1000000 |
Color Harmonies of #DDD66B
Complementary color
Monochromatic Colors of #DDD66B
Black with #DDD66B
Text Example
Text Example
White with #DDD66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD66B; }
p { color: rgb(221,214,107); }
H1.HeaderClassName
{
color: #DDD66B;
}
.AnyTagClassName
{
color: #DDD66B;
}
</style>
background-color css
<style>
a { background-color: #DDD66B; }
a { background-color: rgb(221,214,107); }
div.DivClassName
{
background-color: #DDD66B;
}
.BgClassName
{
background-color: #DDD66B;
}
</style>
border-color css
<style>
span { border-color: #DDD66B; }
span { border-color: rgb(221,214,107); }
td.TdClassName
{
border-color: #DDD66B;
}
.TagClassName
{
border-color: #DDD66B;
}
</style>