Shades of Goldenrod #DEDB69
Tints of Goldenrod #DEDB69
RGB
CMYK
RGB Variations
Color information
#DEDB69 (or 0xDEDB69) is known color: Goldenrod. HEX triplet: DE, DB and 69. RGB value is (222,219,105). Sum of RGB (Red+Green+Blue) = 222+219+105=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 105 (41.41% from 255 or 19.23% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB69 is #212496. Grayscale: #CFCFCF. Windows color (decimal): -2172055 or 6937566. OLE color: 6937566.
HSL color Cylindrical-coordinate representation of color #DEDB69: hue angle of 58.46º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEDB69 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 105 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.13 |
| HSL | 58.46º | 0.64% | 0.64% | - |
| HSV(B) | 58.46º | 0.53% | 0.87% | - |
| XYZ | 58.01 | 67.21 | 23.28 | - |
| YUV | 206.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 105 | 0 | 0.01 | 0.53 | 0.13 | 58.46 | 0.64 | 0.64 |
| Hex | DE | DB | 69 | 0 | 1 | 35 | D | 3A | 40 | 40 |
| Octal | 336 | 333 | 151 | 0 | 1 | 65 | 15 | 72 | 100 | 100 |
| Binary | 11011110 | 11011011 | 1101001 | 0 | 1 | 110101 | 1101 | 111010 | 1000000 | 1000000 |
Color Harmonies of #DEDB69
Complementary color
Monochromatic Colors of #DEDB69
Black with #DEDB69
Text Example
Text Example
White with #DEDB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB69; }
p { color: rgb(222,219,105); }
H1.HeaderClassName
{
color: #DEDB69;
}
.AnyTagClassName
{
color: #DEDB69;
}
</style>
background-color css
<style>
a { background-color: #DEDB69; }
a { background-color: rgb(222,219,105); }
div.DivClassName
{
background-color: #DEDB69;
}
.BgClassName
{
background-color: #DEDB69;
}
</style>
border-color css
<style>
span { border-color: #DEDB69; }
span { border-color: rgb(222,219,105); }
td.TdClassName
{
border-color: #DEDB69;
}
.TagClassName
{
border-color: #DEDB69;
}
</style>