Shades of Bird Flower #D5CF04
Tints of Bird Flower #D5CF04
RGB
CMYK
RGB Variations
Color information
#D5CF04 (or 0xD5CF04) is known color: Bird Flower. HEX triplet: D5, CF and 04. RGB value is (213,207,4). Sum of RGB (Red+Green+Blue) = 213+207+4=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CF04 is #2A30FB. Grayscale: #BABABA. Windows color (decimal): -2765052 or 315349. OLE color: 315349.
HSL color Cylindrical-coordinate representation of color #D5CF04: hue angle of 58.28º 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 #D5CF04 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.16 |
| HSL | 58.28º | 0.96% | 0.43% | - |
| HSV(B) | 58.28º | 0.98% | 0.84% | - |
| XYZ | 49.78 | 58.78 | 8.84 | - |
| YUV | 185.65 | 25.49 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 4 | 0 | 0.03 | 0.98 | 0.16 | 58.28 | 0.96 | 0.43 |
| Hex | D5 | CF | 4 | 0 | 3 | 62 | 10 | 3A | 60 | 2B |
| Octal | 325 | 317 | 4 | 0 | 3 | 142 | 20 | 72 | 140 | 53 |
| Binary | 11010101 | 11001111 | 100 | 0 | 11 | 1100010 | 10000 | 111010 | 1100000 | 101011 |
Color Harmonies of #D5CF04
Complementary color
Monochromatic Colors of #D5CF04
Black with #D5CF04
Text Example
Text Example
White with #D5CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF04; }
p { color: rgb(213,207,4); }
H1.HeaderClassName
{
color: #D5CF04;
}
.AnyTagClassName
{
color: #D5CF04;
}
</style>
background-color css
<style>
a { background-color: #D5CF04; }
a { background-color: rgb(213,207,4); }
div.DivClassName
{
background-color: #D5CF04;
}
.BgClassName
{
background-color: #D5CF04;
}
</style>
border-color css
<style>
span { border-color: #D5CF04; }
span { border-color: rgb(213,207,4); }
td.TdClassName
{
border-color: #D5CF04;
}
.TagClassName
{
border-color: #D5CF04;
}
</style>