Shades of Bird Flower #D5C204
Tints of Bird Flower #D5C204
RGB
CMYK
RGB Variations
Color information
#D5C204 (or 0xD5C204) is known color: Bird Flower. HEX triplet: D5, C2 and 04. RGB value is (213,194,4). Sum of RGB (Red+Green+Blue) = 213+194+4=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C204 is #2A3DFB. Grayscale: #B2B2B2. Windows color (decimal): -2768380 or 312021. OLE color: 312021.
HSL color Cylindrical-coordinate representation of color #D5C204: hue angle of 54.55º 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 #D5C204 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.16 |
| HSL | 54.55º | 0.96% | 0.43% | - |
| HSV(B) | 54.55º | 0.98% | 0.84% | - |
| XYZ | 46.75 | 52.74 | 7.83 | - |
| YUV | 178.02 | 29.79 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 4 | 0 | 0.09 | 0.98 | 0.16 | 54.55 | 0.96 | 0.43 |
| Hex | D5 | C2 | 4 | 0 | 9 | 62 | 10 | 37 | 60 | 2B |
| Octal | 325 | 302 | 4 | 0 | 11 | 142 | 20 | 67 | 140 | 53 |
| Binary | 11010101 | 11000010 | 100 | 0 | 1001 | 1100010 | 10000 | 110111 | 1100000 | 101011 |
Color Harmonies of #D5C204
Complementary color
Monochromatic Colors of #D5C204
Black with #D5C204
Text Example
Text Example
White with #D5C204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C204; }
p { color: rgb(213,194,4); }
H1.HeaderClassName
{
color: #D5C204;
}
.AnyTagClassName
{
color: #D5C204;
}
</style>
background-color css
<style>
a { background-color: #D5C204; }
a { background-color: rgb(213,194,4); }
div.DivClassName
{
background-color: #D5C204;
}
.BgClassName
{
background-color: #D5C204;
}
</style>
border-color css
<style>
span { border-color: #D5C204; }
span { border-color: rgb(213,194,4); }
td.TdClassName
{
border-color: #D5C204;
}
.TagClassName
{
border-color: #D5C204;
}
</style>