Shades of Golden Yellow #DEDB02
Tints of Golden Yellow #DEDB02
RGB
CMYK
RGB Variations
Color information
#DEDB02 (or 0xDEDB02) is known color: Golden Yellow. HEX triplet: DE, DB and 02. RGB value is (222,219,2). Sum of RGB (Red+Green+Blue) = 222+219+2=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDB02 is #2124FD. Grayscale: #C4C4C4. Windows color (decimal): -2172158 or 187358. OLE color: 187358.
HSL color Cylindrical-coordinate representation of color #DEDB02: hue angle of 59.18º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DEDB02 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.13 |
| HSL | 59.18º | 0.98% | 0.44% | - |
| HSV(B) | 59.18º | 0.99% | 0.87% | - |
| XYZ | 55.47 | 66.2 | 9.91 | - |
| YUV | 195.16 | 18.99 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 2 | 0 | 0.01 | 0.99 | 0.13 | 59.18 | 0.98 | 0.44 |
| Hex | DE | DB | 2 | 0 | 1 | 63 | D | 3B | 62 | 2C |
| Octal | 336 | 333 | 2 | 0 | 1 | 143 | 15 | 73 | 142 | 54 |
| Binary | 11011110 | 11011011 | 10 | 0 | 1 | 1100011 | 1101 | 111011 | 1100010 | 101100 |
Color Harmonies of #DEDB02
Complementary color
Monochromatic Colors of #DEDB02
Black with #DEDB02
Text Example
Text Example
White with #DEDB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB02; }
p { color: rgb(222,219,2); }
H1.HeaderClassName
{
color: #DEDB02;
}
.AnyTagClassName
{
color: #DEDB02;
}
</style>
background-color css
<style>
a { background-color: #DEDB02; }
a { background-color: rgb(222,219,2); }
div.DivClassName
{
background-color: #DEDB02;
}
.BgClassName
{
background-color: #DEDB02;
}
</style>
border-color css
<style>
span { border-color: #DEDB02; }
span { border-color: rgb(222,219,2); }
td.TdClassName
{
border-color: #DEDB02;
}
.TagClassName
{
border-color: #DEDB02;
}
</style>