Shades of Bird Flower #DCC904
Tints of Bird Flower #DCC904
RGB
CMYK
RGB Variations
Color information
#DCC904 (or 0xDCC904) is known color: Bird Flower. HEX triplet: DC, C9 and 04. RGB value is (220,201,4). Sum of RGB (Red+Green+Blue) = 220+201+4=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC904 is #2336FB. Grayscale: #B9B9B9. Windows color (decimal): -2307836 or 313820. OLE color: 313820.
HSL color Cylindrical-coordinate representation of color #DCC904: hue angle of 54.72º 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 #DCC904 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.14 |
| HSL | 54.72º | 0.96% | 0.44% | - |
| HSV(B) | 54.72º | 0.98% | 0.86% | - |
| XYZ | 50.42 | 57 | 8.46 | - |
| YUV | 184.22 | 26.29 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 4 | 0 | 0.09 | 0.98 | 0.14 | 54.72 | 0.96 | 0.44 |
| Hex | DC | C9 | 4 | 0 | 9 | 62 | E | 37 | 60 | 2C |
| Octal | 334 | 311 | 4 | 0 | 11 | 142 | 16 | 67 | 140 | 54 |
| Binary | 11011100 | 11001001 | 100 | 0 | 1001 | 1100010 | 1110 | 110111 | 1100000 | 101100 |
Color Harmonies of #DCC904
Complementary color
Monochromatic Colors of #DCC904
Black with #DCC904
Text Example
Text Example
White with #DCC904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC904; }
p { color: rgb(220,201,4); }
H1.HeaderClassName
{
color: #DCC904;
}
.AnyTagClassName
{
color: #DCC904;
}
</style>
background-color css
<style>
a { background-color: #DCC904; }
a { background-color: rgb(220,201,4); }
div.DivClassName
{
background-color: #DCC904;
}
.BgClassName
{
background-color: #DCC904;
}
</style>
border-color css
<style>
span { border-color: #DCC904; }
span { border-color: rgb(220,201,4); }
td.TdClassName
{
border-color: #DCC904;
}
.TagClassName
{
border-color: #DCC904;
}
</style>