Shades of Bird Flower #DCD802
Tints of Bird Flower #DCD802
RGB
CMYK
RGB Variations
Color information
#DCD802 (or 0xDCD802) is known color: Bird Flower. HEX triplet: DC, D8 and 02. RGB value is (220,216,2). Sum of RGB (Red+Green+Blue) = 220+216+2=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD802 is #2327FD. Grayscale: #C1C1C1. Windows color (decimal): -2303998 or 186588. OLE color: 186588.
HSL color Cylindrical-coordinate representation of color #DCD802: hue angle of 58.9º 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 #DCD802 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.14 |
| HSL | 58.9º | 0.98% | 0.44% | - |
| HSV(B) | 58.9º | 0.99% | 0.86% | - |
| XYZ | 54.08 | 64.33 | 9.62 | - |
| YUV | 192.8 | 20.33 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 2 | 0 | 0.02 | 0.99 | 0.14 | 58.9 | 0.98 | 0.44 |
| Hex | DC | D8 | 2 | 0 | 2 | 63 | E | 3B | 62 | 2C |
| Octal | 334 | 330 | 2 | 0 | 2 | 143 | 16 | 73 | 142 | 54 |
| Binary | 11011100 | 11011000 | 10 | 0 | 10 | 1100011 | 1110 | 111011 | 1100010 | 101100 |
Color Harmonies of #DCD802
Complementary color
Monochromatic Colors of #DCD802
Black with #DCD802
Text Example
Text Example
White with #DCD802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD802; }
p { color: rgb(220,216,2); }
H1.HeaderClassName
{
color: #DCD802;
}
.AnyTagClassName
{
color: #DCD802;
}
</style>
background-color css
<style>
a { background-color: #DCD802; }
a { background-color: rgb(220,216,2); }
div.DivClassName
{
background-color: #DCD802;
}
.BgClassName
{
background-color: #DCD802;
}
</style>
border-color css
<style>
span { border-color: #DCD802; }
span { border-color: rgb(220,216,2); }
td.TdClassName
{
border-color: #DCD802;
}
.TagClassName
{
border-color: #DCD802;
}
</style>