Shades of Bird Flower #DCC802
Tints of Bird Flower #DCC802
RGB
CMYK
RGB Variations
Color information
#DCC802 (or 0xDCC802) is known color: Bird Flower. HEX triplet: DC, C8 and 02. RGB value is (220,200,2). Sum of RGB (Red+Green+Blue) = 220+200+2=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC802 is #2337FD. Grayscale: #B8B8B8. Windows color (decimal): -2308094 or 182492. OLE color: 182492.
HSL color Cylindrical-coordinate representation of color #DCC802: hue angle of 54.5º 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 #DCC802 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.14 |
| HSL | 54.5º | 0.98% | 0.44% | - |
| HSV(B) | 54.5º | 0.99% | 0.86% | - |
| XYZ | 50.18 | 56.53 | 8.32 | - |
| YUV | 183.41 | 25.63 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 2 | 0 | 0.09 | 0.99 | 0.14 | 54.5 | 0.98 | 0.44 |
| Hex | DC | C8 | 2 | 0 | 9 | 63 | E | 36 | 62 | 2C |
| Octal | 334 | 310 | 2 | 0 | 11 | 143 | 16 | 66 | 142 | 54 |
| Binary | 11011100 | 11001000 | 10 | 0 | 1001 | 1100011 | 1110 | 110110 | 1100010 | 101100 |
Color Harmonies of #DCC802
Complementary color
Monochromatic Colors of #DCC802
Black with #DCC802
Text Example
Text Example
White with #DCC802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC802; }
p { color: rgb(220,200,2); }
H1.HeaderClassName
{
color: #DCC802;
}
.AnyTagClassName
{
color: #DCC802;
}
</style>
background-color css
<style>
a { background-color: #DCC802; }
a { background-color: rgb(220,200,2); }
div.DivClassName
{
background-color: #DCC802;
}
.BgClassName
{
background-color: #DCC802;
}
</style>
border-color css
<style>
span { border-color: #DCC802; }
span { border-color: rgb(220,200,2); }
td.TdClassName
{
border-color: #DCC802;
}
.TagClassName
{
border-color: #DCC802;
}
</style>