Shades of Goldenrod #DED765
Tints of Goldenrod #DED765
RGB
CMYK
RGB Variations
Color information
#DED765 (or 0xDED765) is known color: Goldenrod. HEX triplet: DE, D7 and 65. RGB value is (222,215,101). Sum of RGB (Red+Green+Blue) = 222+215+101=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DED765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED765 is #21289A. Grayscale: #CCCCCC. Windows color (decimal): -2173083 or 6674398. OLE color: 6674398.
HSL color Cylindrical-coordinate representation of color #DED765: hue angle of 56.53º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DED765 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 101 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.13 |
| HSL | 56.53º | 0.65% | 0.63% | - |
| HSV(B) | 56.53º | 0.55% | 0.87% | - |
| XYZ | 56.77 | 65.07 | 21.88 | - |
| YUV | 204.1 | 69.82 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 101 | 0 | 0.03 | 0.55 | 0.13 | 56.53 | 0.65 | 0.63 |
| Hex | DE | D7 | 65 | 0 | 3 | 37 | D | 39 | 41 | 3F |
| Octal | 336 | 327 | 145 | 0 | 3 | 67 | 15 | 71 | 101 | 77 |
| Binary | 11011110 | 11010111 | 1100101 | 0 | 11 | 110111 | 1101 | 111001 | 1000001 | 111111 |
Color Harmonies of #DED765
Complementary color
Monochromatic Colors of #DED765
Black with #DED765
Text Example
Text Example
White with #DED765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED765; }
p { color: rgb(222,215,101); }
H1.HeaderClassName
{
color: #DED765;
}
.AnyTagClassName
{
color: #DED765;
}
</style>
background-color css
<style>
a { background-color: #DED765; }
a { background-color: rgb(222,215,101); }
div.DivClassName
{
background-color: #DED765;
}
.BgClassName
{
background-color: #DED765;
}
</style>
border-color css
<style>
span { border-color: #DED765; }
span { border-color: rgb(222,215,101); }
td.TdClassName
{
border-color: #DED765;
}
.TagClassName
{
border-color: #DED765;
}
</style>