Shades of Bird Flower #DCC502
Tints of Bird Flower #DCC502
RGB
CMYK
RGB Variations
Color information
#DCC502 (or 0xDCC502) is known color: Bird Flower. HEX triplet: DC, C5 and 02. RGB value is (220,197,2). Sum of RGB (Red+Green+Blue) = 220+197+2=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC502 is #233AFD. Grayscale: #B6B6B6. Windows color (decimal): -2308862 or 181724. OLE color: 181724.
HSL color Cylindrical-coordinate representation of color #DCC502: hue angle of 53.67º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCC502 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.14 |
| HSL | 53.67º | 0.98% | 0.44% | - |
| HSV(B) | 53.67º | 0.99% | 0.86% | - |
| XYZ | 49.49 | 55.15 | 8.09 | - |
| YUV | 181.65 | 26.62 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 2 | 0 | 0.10 | 0.99 | 0.14 | 53.67 | 0.98 | 0.44 |
| Hex | DC | C5 | 2 | 0 | A | 63 | E | 36 | 62 | 2C |
| Octal | 334 | 305 | 2 | 0 | 12 | 143 | 16 | 66 | 142 | 54 |
| Binary | 11011100 | 11000101 | 10 | 0 | 1010 | 1100011 | 1110 | 110110 | 1100010 | 101100 |
Color Harmonies of #DCC502
Complementary color
Monochromatic Colors of #DCC502
Black with #DCC502
Text Example
Text Example
White with #DCC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC502; }
p { color: rgb(220,197,2); }
H1.HeaderClassName
{
color: #DCC502;
}
.AnyTagClassName
{
color: #DCC502;
}
</style>
background-color css
<style>
a { background-color: #DCC502; }
a { background-color: rgb(220,197,2); }
div.DivClassName
{
background-color: #DCC502;
}
.BgClassName
{
background-color: #DCC502;
}
</style>
border-color css
<style>
span { border-color: #DCC502; }
span { border-color: rgb(220,197,2); }
td.TdClassName
{
border-color: #DCC502;
}
.TagClassName
{
border-color: #DCC502;
}
</style>