Shades of Golden Yellow #DCDB00
Tints of Golden Yellow #DCDB00
RGB
CMYK
RGB Variations
Color information
#DCDB00 (or 0xDCDB00) is known color: Golden Yellow. HEX triplet: DC, DB and 00. RGB value is (220,219,0). Sum of RGB (Red+Green+Blue) = 220+219+0=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDB00 is #2324FF. Grayscale: #C3C3C3. Windows color (decimal): -2303232 or 56284. OLE color: 56284.
HSL color Cylindrical-coordinate representation of color #DCDB00: hue angle of 59.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCDB00 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0.14 |
| HSL | 59.73º | 1% | 0.43% | - |
| HSV(B) | 59.73º | 1% | 0.86% | - |
| XYZ | 54.85 | 65.88 | 9.83 | - |
| YUV | 194.33 | 18.33 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 0 | 0 | 0.00 | 1 | 0.14 | 59.73 | 1 | 0.43 |
| Hex | DC | DB | 0 | 0 | 0 | 64 | E | 3C | 64 | 2B |
| Octal | 334 | 333 | 0 | 0 | 0 | 144 | 16 | 74 | 144 | 53 |
| Binary | 11011100 | 11011011 | 0 | 0 | 0 | 1100100 | 1110 | 111100 | 1100100 | 101011 |
Color Harmonies of #DCDB00
Complementary color
Monochromatic Colors of #DCDB00
Black with #DCDB00
Text Example
Text Example
White with #DCDB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB00; }
p { color: rgb(220,219,0); }
H1.HeaderClassName
{
color: #DCDB00;
}
.AnyTagClassName
{
color: #DCDB00;
}
</style>
background-color css
<style>
a { background-color: #DCDB00; }
a { background-color: rgb(220,219,0); }
div.DivClassName
{
background-color: #DCDB00;
}
.BgClassName
{
background-color: #DCDB00;
}
</style>
border-color css
<style>
span { border-color: #DCDB00; }
span { border-color: rgb(220,219,0); }
td.TdClassName
{
border-color: #DCDB00;
}
.TagClassName
{
border-color: #DCDB00;
}
</style>