Shades of Goldenrod #DED767
Tints of Goldenrod #DED767
RGB
CMYK
RGB Variations
Color information
#DED767 (or 0xDED767) is known color: Goldenrod. HEX triplet: DE, D7 and 67. RGB value is (222,215,103). Sum of RGB (Red+Green+Blue) = 222+215+103=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 103 (40.62% from 255 or 19.07% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DED767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED767 is #212898. Grayscale: #CCCCCC. Windows color (decimal): -2173081 or 6805470. OLE color: 6805470.
HSL color Cylindrical-coordinate representation of color #DED767: hue angle of 56.47º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DED767 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 103 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.13 |
| HSL | 56.47º | 0.64% | 0.64% | - |
| HSV(B) | 56.47º | 0.54% | 0.87% | - |
| XYZ | 56.87 | 65.11 | 22.4 | - |
| YUV | 204.33 | 70.82 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 103 | 0 | 0.03 | 0.54 | 0.13 | 56.47 | 0.64 | 0.64 |
| Hex | DE | D7 | 67 | 0 | 3 | 36 | D | 38 | 40 | 40 |
| Octal | 336 | 327 | 147 | 0 | 3 | 66 | 15 | 70 | 100 | 100 |
| Binary | 11011110 | 11010111 | 1100111 | 0 | 11 | 110110 | 1101 | 111000 | 1000000 | 1000000 |
Color Harmonies of #DED767
Complementary color
Monochromatic Colors of #DED767
Black with #DED767
Text Example
Text Example
White with #DED767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED767; }
p { color: rgb(222,215,103); }
H1.HeaderClassName
{
color: #DED767;
}
.AnyTagClassName
{
color: #DED767;
}
</style>
background-color css
<style>
a { background-color: #DED767; }
a { background-color: rgb(222,215,103); }
div.DivClassName
{
background-color: #DED767;
}
.BgClassName
{
background-color: #DED767;
}
</style>
border-color css
<style>
span { border-color: #DED767; }
span { border-color: rgb(222,215,103); }
td.TdClassName
{
border-color: #DED767;
}
.TagClassName
{
border-color: #DED767;
}
</style>