Shades of Bird Flower #D1CF04
Tints of Bird Flower #D1CF04
RGB
CMYK
RGB Variations
Color information
#D1CF04 (or 0xD1CF04) is known color: Bird Flower. HEX triplet: D1, CF and 04. RGB value is (209,207,4). Sum of RGB (Red+Green+Blue) = 209+207+4=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CF04 is #2E30FB. Grayscale: #B9B9B9. Windows color (decimal): -3027196 or 315345. OLE color: 315345.
HSL color Cylindrical-coordinate representation of color #D1CF04: hue angle of 59.41º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1CF04 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 4 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.18 |
| HSL | 59.41º | 0.96% | 0.42% | - |
| HSV(B) | 59.41º | 0.98% | 0.82% | - |
| XYZ | 48.63 | 58.19 | 8.78 | - |
| YUV | 184.46 | 26.16 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 4 | 0 | 0.01 | 0.98 | 0.18 | 59.41 | 0.96 | 0.42 |
| Hex | D1 | CF | 4 | 0 | 1 | 62 | 12 | 3B | 60 | 2A |
| Octal | 321 | 317 | 4 | 0 | 1 | 142 | 22 | 73 | 140 | 52 |
| Binary | 11010001 | 11001111 | 100 | 0 | 1 | 1100010 | 10010 | 111011 | 1100000 | 101010 |
Color Harmonies of #D1CF04
Complementary color
Monochromatic Colors of #D1CF04
Black with #D1CF04
Text Example
Text Example
White with #D1CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF04; }
p { color: rgb(209,207,4); }
H1.HeaderClassName
{
color: #D1CF04;
}
.AnyTagClassName
{
color: #D1CF04;
}
</style>
background-color css
<style>
a { background-color: #D1CF04; }
a { background-color: rgb(209,207,4); }
div.DivClassName
{
background-color: #D1CF04;
}
.BgClassName
{
background-color: #D1CF04;
}
</style>
border-color css
<style>
span { border-color: #D1CF04; }
span { border-color: rgb(209,207,4); }
td.TdClassName
{
border-color: #D1CF04;
}
.TagClassName
{
border-color: #D1CF04;
}
</style>