Shades of Bird Flower #D2CF04
Tints of Bird Flower #D2CF04
RGB
CMYK
RGB Variations
Color information
#D2CF04 (or 0xD2CF04) is known color: Bird Flower. HEX triplet: D2, CF and 04. RGB value is (210,207,4). Sum of RGB (Red+Green+Blue) = 210+207+4=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CF04 is #2D30FB. Grayscale: #B9B9B9. Windows color (decimal): -2961660 or 315346. OLE color: 315346.
HSL color Cylindrical-coordinate representation of color #D2CF04: hue angle of 59.13º 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 #D2CF04 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 4 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.18 |
| HSL | 59.13º | 0.96% | 0.42% | - |
| HSV(B) | 59.13º | 0.98% | 0.82% | - |
| XYZ | 48.91 | 58.34 | 8.8 | - |
| YUV | 184.76 | 25.99 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 4 | 0 | 0.01 | 0.98 | 0.18 | 59.13 | 0.96 | 0.42 |
| Hex | D2 | CF | 4 | 0 | 1 | 62 | 12 | 3B | 60 | 2A |
| Octal | 322 | 317 | 4 | 0 | 1 | 142 | 22 | 73 | 140 | 52 |
| Binary | 11010010 | 11001111 | 100 | 0 | 1 | 1100010 | 10010 | 111011 | 1100000 | 101010 |
Color Harmonies of #D2CF04
Complementary color
Monochromatic Colors of #D2CF04
Black with #D2CF04
Text Example
Text Example
White with #D2CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CF04; }
p { color: rgb(210,207,4); }
H1.HeaderClassName
{
color: #D2CF04;
}
.AnyTagClassName
{
color: #D2CF04;
}
</style>
background-color css
<style>
a { background-color: #D2CF04; }
a { background-color: rgb(210,207,4); }
div.DivClassName
{
background-color: #D2CF04;
}
.BgClassName
{
background-color: #D2CF04;
}
</style>
border-color css
<style>
span { border-color: #D2CF04; }
span { border-color: rgb(210,207,4); }
td.TdClassName
{
border-color: #D2CF04;
}
.TagClassName
{
border-color: #D2CF04;
}
</style>