Shades of Golden Yellow #DEDB05
Tints of Golden Yellow #DEDB05
RGB
CMYK
RGB Variations
Color information
#DEDB05 (or 0xDEDB05) is known color: Golden Yellow. HEX triplet: DE, DB and 05. RGB value is (222,219,5). Sum of RGB (Red+Green+Blue) = 222+219+5=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 5 (2.34% from 255 or 1.12% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDB05 is #2124FA. Grayscale: #C4C4C4. Windows color (decimal): -2172155 or 383966. OLE color: 383966.
HSL color Cylindrical-coordinate representation of color #DEDB05: hue angle of 59.17º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DEDB05 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 5 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.13 |
| HSL | 59.17º | 0.96% | 0.45% | - |
| HSV(B) | 59.17º | 0.98% | 0.87% | - |
| XYZ | 55.48 | 66.2 | 10 | - |
| YUV | 195.5 | 20.49 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 5 | 0 | 0.01 | 0.98 | 0.13 | 59.17 | 0.96 | 0.45 |
| Hex | DE | DB | 5 | 0 | 1 | 62 | D | 3B | 60 | 2D |
| Octal | 336 | 333 | 5 | 0 | 1 | 142 | 15 | 73 | 140 | 55 |
| Binary | 11011110 | 11011011 | 101 | 0 | 1 | 1100010 | 1101 | 111011 | 1100000 | 101101 |
Color Harmonies of #DEDB05
Complementary color
Monochromatic Colors of #DEDB05
Black with #DEDB05
Text Example
Text Example
White with #DEDB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB05; }
p { color: rgb(222,219,5); }
H1.HeaderClassName
{
color: #DEDB05;
}
.AnyTagClassName
{
color: #DEDB05;
}
</style>
background-color css
<style>
a { background-color: #DEDB05; }
a { background-color: rgb(222,219,5); }
div.DivClassName
{
background-color: #DEDB05;
}
.BgClassName
{
background-color: #DEDB05;
}
</style>
border-color css
<style>
span { border-color: #DEDB05; }
span { border-color: rgb(222,219,5); }
td.TdClassName
{
border-color: #DEDB05;
}
.TagClassName
{
border-color: #DEDB05;
}
</style>