Shades of Bird Flower #D6C904
Tints of Bird Flower #D6C904
RGB
CMYK
RGB Variations
Color information
#D6C904 (or 0xD6C904) is known color: Bird Flower. HEX triplet: D6, C9 and 04. RGB value is (214,201,4). Sum of RGB (Red+Green+Blue) = 214+201+4=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C904 is #2936FB. Grayscale: #B7B7B7. Windows color (decimal): -2701052 or 313814. OLE color: 313814.
HSL color Cylindrical-coordinate representation of color #D6C904: hue angle of 56.29º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D6C904 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.16 |
| HSL | 56.29º | 0.96% | 0.43% | - |
| HSV(B) | 56.29º | 0.98% | 0.84% | - |
| XYZ | 48.64 | 56.08 | 8.38 | - |
| YUV | 182.43 | 27.31 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 4 | 0 | 0.06 | 0.98 | 0.16 | 56.29 | 0.96 | 0.43 |
| Hex | D6 | C9 | 4 | 0 | 6 | 62 | 10 | 38 | 60 | 2B |
| Octal | 326 | 311 | 4 | 0 | 6 | 142 | 20 | 70 | 140 | 53 |
| Binary | 11010110 | 11001001 | 100 | 0 | 110 | 1100010 | 10000 | 111000 | 1100000 | 101011 |
Color Harmonies of #D6C904
Complementary color
Monochromatic Colors of #D6C904
Black with #D6C904
Text Example
Text Example
White with #D6C904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C904; }
p { color: rgb(214,201,4); }
H1.HeaderClassName
{
color: #D6C904;
}
.AnyTagClassName
{
color: #D6C904;
}
</style>
background-color css
<style>
a { background-color: #D6C904; }
a { background-color: rgb(214,201,4); }
div.DivClassName
{
background-color: #D6C904;
}
.BgClassName
{
background-color: #D6C904;
}
</style>
border-color css
<style>
span { border-color: #D6C904; }
span { border-color: rgb(214,201,4); }
td.TdClassName
{
border-color: #D6C904;
}
.TagClassName
{
border-color: #D6C904;
}
</style>