Shades of Bird Flower #DCC805
Tints of Bird Flower #DCC805
RGB
CMYK
RGB Variations
Color information
#DCC805 (or 0xDCC805) is known color: Bird Flower. HEX triplet: DC, C8 and 05. RGB value is (220,200,5). Sum of RGB (Red+Green+Blue) = 220+200+5=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC805 is #2337FA. Grayscale: #B8B8B8. Windows color (decimal): -2308091 or 379100. OLE color: 379100.
HSL color Cylindrical-coordinate representation of color #DCC805: hue angle of 54.42º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCC805 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 5 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.14 |
| HSL | 54.42º | 0.96% | 0.44% | - |
| HSV(B) | 54.42º | 0.98% | 0.86% | - |
| XYZ | 50.2 | 56.54 | 8.41 | - |
| YUV | 183.75 | 27.13 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 5 | 0 | 0.09 | 0.98 | 0.14 | 54.42 | 0.96 | 0.44 |
| Hex | DC | C8 | 5 | 0 | 9 | 62 | E | 36 | 60 | 2C |
| Octal | 334 | 310 | 5 | 0 | 11 | 142 | 16 | 66 | 140 | 54 |
| Binary | 11011100 | 11001000 | 101 | 0 | 1001 | 1100010 | 1110 | 110110 | 1100000 | 101100 |
Color Harmonies of #DCC805
Complementary color
Monochromatic Colors of #DCC805
Black with #DCC805
Text Example
Text Example
White with #DCC805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC805; }
p { color: rgb(220,200,5); }
H1.HeaderClassName
{
color: #DCC805;
}
.AnyTagClassName
{
color: #DCC805;
}
</style>
background-color css
<style>
a { background-color: #DCC805; }
a { background-color: rgb(220,200,5); }
div.DivClassName
{
background-color: #DCC805;
}
.BgClassName
{
background-color: #DCC805;
}
</style>
border-color css
<style>
span { border-color: #DCC805; }
span { border-color: rgb(220,200,5); }
td.TdClassName
{
border-color: #DCC805;
}
.TagClassName
{
border-color: #DCC805;
}
</style>