Shades of Bird Flower #D5C904
Tints of Bird Flower #D5C904
RGB
CMYK
RGB Variations
Color information
#D5C904 (or 0xD5C904) is known color: Bird Flower. HEX triplet: D5, C9 and 04. RGB value is (213,201,4). Sum of RGB (Red+Green+Blue) = 213+201+4=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C904 is #2A36FB. Grayscale: #B6B6B6. Windows color (decimal): -2766588 or 313813. OLE color: 313813.
HSL color Cylindrical-coordinate representation of color #D5C904: hue angle of 56.56º 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 #D5C904 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.16 |
| HSL | 56.56º | 0.96% | 0.43% | - |
| HSV(B) | 56.56º | 0.98% | 0.84% | - |
| XYZ | 48.35 | 55.93 | 8.36 | - |
| YUV | 182.13 | 27.48 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 4 | 0 | 0.06 | 0.98 | 0.16 | 56.56 | 0.96 | 0.43 |
| Hex | D5 | C9 | 4 | 0 | 6 | 62 | 10 | 39 | 60 | 2B |
| Octal | 325 | 311 | 4 | 0 | 6 | 142 | 20 | 71 | 140 | 53 |
| Binary | 11010101 | 11001001 | 100 | 0 | 110 | 1100010 | 10000 | 111001 | 1100000 | 101011 |
Color Harmonies of #D5C904
Complementary color
Monochromatic Colors of #D5C904
Black with #D5C904
Text Example
Text Example
White with #D5C904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C904; }
p { color: rgb(213,201,4); }
H1.HeaderClassName
{
color: #D5C904;
}
.AnyTagClassName
{
color: #D5C904;
}
</style>
background-color css
<style>
a { background-color: #D5C904; }
a { background-color: rgb(213,201,4); }
div.DivClassName
{
background-color: #D5C904;
}
.BgClassName
{
background-color: #D5C904;
}
</style>
border-color css
<style>
span { border-color: #D5C904; }
span { border-color: rgb(213,201,4); }
td.TdClassName
{
border-color: #D5C904;
}
.TagClassName
{
border-color: #D5C904;
}
</style>