Shades of Goldenrod #DEDB67
Tints of Goldenrod #DEDB67
RGB
CMYK
RGB Variations
Color information
#DEDB67 (or 0xDEDB67) is known color: Goldenrod. HEX triplet: DE, DB and 67. RGB value is (222,219,103). Sum of RGB (Red+Green+Blue) = 222+219+103=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 103 (40.62% from 255 or 18.93% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB67 is #212498. Grayscale: #CFCFCF. Windows color (decimal): -2172057 or 6806494. OLE color: 6806494.
HSL color Cylindrical-coordinate representation of color #DEDB67: hue angle of 58.49º 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 #DEDB67 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 103 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.13 |
| HSL | 58.49º | 0.64% | 0.64% | - |
| HSV(B) | 58.49º | 0.54% | 0.87% | - |
| XYZ | 57.9 | 67.17 | 22.75 | - |
| YUV | 206.67 | 69.49 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 103 | 0 | 0.01 | 0.54 | 0.13 | 58.49 | 0.64 | 0.64 |
| Hex | DE | DB | 67 | 0 | 1 | 36 | D | 3A | 40 | 40 |
| Octal | 336 | 333 | 147 | 0 | 1 | 66 | 15 | 72 | 100 | 100 |
| Binary | 11011110 | 11011011 | 1100111 | 0 | 1 | 110110 | 1101 | 111010 | 1000000 | 1000000 |
Color Harmonies of #DEDB67
Complementary color
Monochromatic Colors of #DEDB67
Black with #DEDB67
Text Example
Text Example
White with #DEDB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB67; }
p { color: rgb(222,219,103); }
H1.HeaderClassName
{
color: #DEDB67;
}
.AnyTagClassName
{
color: #DEDB67;
}
</style>
background-color css
<style>
a { background-color: #DEDB67; }
a { background-color: rgb(222,219,103); }
div.DivClassName
{
background-color: #DEDB67;
}
.BgClassName
{
background-color: #DEDB67;
}
</style>
border-color css
<style>
span { border-color: #DEDB67; }
span { border-color: rgb(222,219,103); }
td.TdClassName
{
border-color: #DEDB67;
}
.TagClassName
{
border-color: #DEDB67;
}
</style>