Shades of Goldenrod #DED66B
Tints of Goldenrod #DED66B
RGB
CMYK
RGB Variations
Color information
#DED66B (or 0xDED66B) is known color: Goldenrod. HEX triplet: DE, D6 and 6B. RGB value is (222,214,107). Sum of RGB (Red+Green+Blue) = 222+214+107=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DED66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED66B is #212994. Grayscale: #CCCCCC. Windows color (decimal): -2173333 or 7067358. OLE color: 7067358.
HSL color Cylindrical-coordinate representation of color #DED66B: hue angle of 55.83º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DED66B is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 107 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.13 |
| HSL | 55.83º | 0.64% | 0.65% | - |
| HSV(B) | 55.83º | 0.52% | 0.87% | - |
| XYZ | 56.82 | 64.68 | 23.4 | - |
| YUV | 204.19 | 73.15 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 107 | 0 | 0.04 | 0.52 | 0.13 | 55.83 | 0.64 | 0.65 |
| Hex | DE | D6 | 6B | 0 | 4 | 34 | D | 38 | 40 | 41 |
| Octal | 336 | 326 | 153 | 0 | 4 | 64 | 15 | 70 | 100 | 101 |
| Binary | 11011110 | 11010110 | 1101011 | 0 | 100 | 110100 | 1101 | 111000 | 1000000 | 1000001 |
Color Harmonies of #DED66B
Complementary color
Monochromatic Colors of #DED66B
Black with #DED66B
Text Example
Text Example
White with #DED66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED66B; }
p { color: rgb(222,214,107); }
H1.HeaderClassName
{
color: #DED66B;
}
.AnyTagClassName
{
color: #DED66B;
}
</style>
background-color css
<style>
a { background-color: #DED66B; }
a { background-color: rgb(222,214,107); }
div.DivClassName
{
background-color: #DED66B;
}
.BgClassName
{
background-color: #DED66B;
}
</style>
border-color css
<style>
span { border-color: #DED66B; }
span { border-color: rgb(222,214,107); }
td.TdClassName
{
border-color: #DED66B;
}
.TagClassName
{
border-color: #DED66B;
}
</style>