Shades of Goldenrod #DDDE6A
Tints of Goldenrod #DDDE6A
RGB
CMYK
RGB Variations
Color information
#DDDE6A (or 0xDDDE6A) is known color: Goldenrod. HEX triplet: DD, DE and 6A. RGB value is (221,222,106). Sum of RGB (Red+Green+Blue) = 221+222+106=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 106 (41.80% from 255 or 19.31% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE6A is #222195. Grayscale: #D0D0D0. Windows color (decimal): -2236822 or 7003869. OLE color: 7003869.
HSL color Cylindrical-coordinate representation of color #DDDE6A: hue angle of 60.52º degrees, saturation: 0.64, 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 #DDDE6A is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 106 | - |
| CMYK | 0.00 | 0 | 0.52 | 0.13 |
| HSL | 60.52º | 0.64% | 0.64% | - |
| HSV(B) | 60.52º | 0.52% | 0.87% | - |
| XYZ | 58.54 | 68.66 | 23.8 | - |
| YUV | 208.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 106 | 0.00 | 0 | 0.52 | 0.13 | 60.52 | 0.64 | 0.64 |
| Hex | DD | DE | 6A | 0 | 0 | 34 | D | 3D | 40 | 40 |
| Octal | 335 | 336 | 152 | 0 | 0 | 64 | 15 | 75 | 100 | 100 |
| Binary | 11011101 | 11011110 | 1101010 | 0 | 0 | 110100 | 1101 | 111101 | 1000000 | 1000000 |
Color Harmonies of #DDDE6A
Complementary color
Monochromatic Colors of #DDDE6A
Black with #DDDE6A
Text Example
Text Example
White with #DDDE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE6A; }
p { color: rgb(221,222,106); }
H1.HeaderClassName
{
color: #DDDE6A;
}
.AnyTagClassName
{
color: #DDDE6A;
}
</style>
background-color css
<style>
a { background-color: #DDDE6A; }
a { background-color: rgb(221,222,106); }
div.DivClassName
{
background-color: #DDDE6A;
}
.BgClassName
{
background-color: #DDDE6A;
}
</style>
border-color css
<style>
span { border-color: #DDDE6A; }
span { border-color: rgb(221,222,106); }
td.TdClassName
{
border-color: #DDDE6A;
}
.TagClassName
{
border-color: #DDDE6A;
}
</style>