Shades of Goldenrod #DEDB6B
Tints of Goldenrod #DEDB6B
RGB
CMYK
RGB Variations
Color information
#DEDB6B (or 0xDEDB6B) is known color: Goldenrod. HEX triplet: DE, DB and 6B. RGB value is (222,219,107). Sum of RGB (Red+Green+Blue) = 222+219+107=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB6B is #212494. Grayscale: #CFCFCF. Windows color (decimal): -2172053 or 7068638. OLE color: 7068638.
HSL color Cylindrical-coordinate representation of color #DEDB6B: hue angle of 58.43º 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 #DEDB6B is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 107 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.13 |
| HSL | 58.43º | 0.64% | 0.65% | - |
| HSV(B) | 58.43º | 0.52% | 0.87% | - |
| XYZ | 58.11 | 67.25 | 23.83 | - |
| YUV | 207.13 | 71.49 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 107 | 0 | 0.01 | 0.52 | 0.13 | 58.43 | 0.64 | 0.65 |
| Hex | DE | DB | 6B | 0 | 1 | 34 | D | 3A | 40 | 41 |
| Octal | 336 | 333 | 153 | 0 | 1 | 64 | 15 | 72 | 100 | 101 |
| Binary | 11011110 | 11011011 | 1101011 | 0 | 1 | 110100 | 1101 | 111010 | 1000000 | 1000001 |
Color Harmonies of #DEDB6B
Complementary color
Monochromatic Colors of #DEDB6B
Black with #DEDB6B
Text Example
Text Example
White with #DEDB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB6B; }
p { color: rgb(222,219,107); }
H1.HeaderClassName
{
color: #DEDB6B;
}
.AnyTagClassName
{
color: #DEDB6B;
}
</style>
background-color css
<style>
a { background-color: #DEDB6B; }
a { background-color: rgb(222,219,107); }
div.DivClassName
{
background-color: #DEDB6B;
}
.BgClassName
{
background-color: #DEDB6B;
}
</style>
border-color css
<style>
span { border-color: #DEDB6B; }
span { border-color: rgb(222,219,107); }
td.TdClassName
{
border-color: #DEDB6B;
}
.TagClassName
{
border-color: #DEDB6B;
}
</style>