Shades of Bird Flower #DCD602
Tints of Bird Flower #DCD602
RGB
CMYK
RGB Variations
Color information
#DCD602 (or 0xDCD602) is known color: Bird Flower. HEX triplet: DC, D6 and 02. RGB value is (220,214,2). Sum of RGB (Red+Green+Blue) = 220+214+2=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD602 is #2329FD. Grayscale: #C0C0C0. Windows color (decimal): -2304510 or 186076. OLE color: 186076.
HSL color Cylindrical-coordinate representation of color #DCD602: hue angle of 58.35º 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 #DCD602 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.14 |
| HSL | 58.35º | 0.98% | 0.44% | - |
| HSV(B) | 58.35º | 0.99% | 0.86% | - |
| XYZ | 53.57 | 63.31 | 9.45 | - |
| YUV | 191.63 | 20.99 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 2 | 0 | 0.03 | 0.99 | 0.14 | 58.35 | 0.98 | 0.44 |
| Hex | DC | D6 | 2 | 0 | 3 | 63 | E | 3A | 62 | 2C |
| Octal | 334 | 326 | 2 | 0 | 3 | 143 | 16 | 72 | 142 | 54 |
| Binary | 11011100 | 11010110 | 10 | 0 | 11 | 1100011 | 1110 | 111010 | 1100010 | 101100 |
Color Harmonies of #DCD602
Complementary color
Monochromatic Colors of #DCD602
Black with #DCD602
Text Example
Text Example
White with #DCD602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD602; }
p { color: rgb(220,214,2); }
H1.HeaderClassName
{
color: #DCD602;
}
.AnyTagClassName
{
color: #DCD602;
}
</style>
background-color css
<style>
a { background-color: #DCD602; }
a { background-color: rgb(220,214,2); }
div.DivClassName
{
background-color: #DCD602;
}
.BgClassName
{
background-color: #DCD602;
}
</style>
border-color css
<style>
span { border-color: #DCD602; }
span { border-color: rgb(220,214,2); }
td.TdClassName
{
border-color: #DCD602;
}
.TagClassName
{
border-color: #DCD602;
}
</style>