Shades of Goldenrod #DED76B
Tints of Goldenrod #DED76B
RGB
CMYK
RGB Variations
Color information
#DED76B (or 0xDED76B) is known color: Goldenrod. HEX triplet: DE, D7 and 6B. RGB value is (222,215,107). Sum of RGB (Red+Green+Blue) = 222+215+107=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DED76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED76B is #212894. Grayscale: #CDCDCD. Windows color (decimal): -2173077 or 7067614. OLE color: 7067614.
HSL color Cylindrical-coordinate representation of color #DED76B: hue angle of 56.35º 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 #DED76B is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 107 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.13 |
| HSL | 56.35º | 0.64% | 0.65% | - |
| HSV(B) | 56.35º | 0.52% | 0.87% | - |
| XYZ | 57.08 | 65.19 | 23.48 | - |
| YUV | 204.78 | 72.82 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 107 | 0 | 0.03 | 0.52 | 0.13 | 56.35 | 0.64 | 0.65 |
| Hex | DE | D7 | 6B | 0 | 3 | 34 | D | 38 | 40 | 41 |
| Octal | 336 | 327 | 153 | 0 | 3 | 64 | 15 | 70 | 100 | 101 |
| Binary | 11011110 | 11010111 | 1101011 | 0 | 11 | 110100 | 1101 | 111000 | 1000000 | 1000001 |
Color Harmonies of #DED76B
Complementary color
Monochromatic Colors of #DED76B
Black with #DED76B
Text Example
Text Example
White with #DED76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED76B; }
p { color: rgb(222,215,107); }
H1.HeaderClassName
{
color: #DED76B;
}
.AnyTagClassName
{
color: #DED76B;
}
</style>
background-color css
<style>
a { background-color: #DED76B; }
a { background-color: rgb(222,215,107); }
div.DivClassName
{
background-color: #DED76B;
}
.BgClassName
{
background-color: #DED76B;
}
</style>
border-color css
<style>
span { border-color: #DED76B; }
span { border-color: rgb(222,215,107); }
td.TdClassName
{
border-color: #DED76B;
}
.TagClassName
{
border-color: #DED76B;
}
</style>