Shades of Golden Yellow #DFDB03
Tints of Golden Yellow #DFDB03
RGB
CMYK
RGB Variations
Color information
#DFDB03 (or 0xDFDB03) is known color: Golden Yellow. HEX triplet: DF, DB and 03. RGB value is (223,219,3). Sum of RGB (Red+Green+Blue) = 223+219+3=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 3 (1.56% from 255 or 0.67% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDB03 is #2024FC. Grayscale: #C4C4C4. Windows color (decimal): -2106621 or 252895. OLE color: 252895.
HSL color Cylindrical-coordinate representation of color #DFDB03: hue angle of 58.91º degrees, saturation: 0.97, 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 #DFDB03 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 3 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.13 |
| HSL | 58.91º | 0.97% | 0.44% | - |
| HSV(B) | 58.91º | 0.99% | 0.87% | - |
| XYZ | 55.78 | 66.36 | 9.95 | - |
| YUV | 195.57 | 19.33 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 3 | 0 | 0.02 | 0.99 | 0.13 | 58.91 | 0.97 | 0.44 |
| Hex | DF | DB | 3 | 0 | 2 | 63 | D | 3B | 61 | 2C |
| Octal | 337 | 333 | 3 | 0 | 2 | 143 | 15 | 73 | 141 | 54 |
| Binary | 11011111 | 11011011 | 11 | 0 | 10 | 1100011 | 1101 | 111011 | 1100001 | 101100 |
Color Harmonies of #DFDB03
Complementary color
Monochromatic Colors of #DFDB03
Black with #DFDB03
Text Example
Text Example
White with #DFDB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB03; }
p { color: rgb(223,219,3); }
H1.HeaderClassName
{
color: #DFDB03;
}
.AnyTagClassName
{
color: #DFDB03;
}
</style>
background-color css
<style>
a { background-color: #DFDB03; }
a { background-color: rgb(223,219,3); }
div.DivClassName
{
background-color: #DFDB03;
}
.BgClassName
{
background-color: #DFDB03;
}
</style>
border-color css
<style>
span { border-color: #DFDB03; }
span { border-color: rgb(223,219,3); }
td.TdClassName
{
border-color: #DFDB03;
}
.TagClassName
{
border-color: #DFDB03;
}
</style>