Shades of Bird Flower #D2CF06
Tints of Bird Flower #D2CF06
RGB
CMYK
RGB Variations
Color information
#D2CF06 (or 0xD2CF06) is known color: Bird Flower. HEX triplet: D2, CF and 06. RGB value is (210,207,6). Sum of RGB (Red+Green+Blue) = 210+207+6=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CF06 is #2D30F9. Grayscale: #B9B9B9. Windows color (decimal): -2961658 or 446418. OLE color: 446418.
HSL color Cylindrical-coordinate representation of color #D2CF06: hue angle of 59.12º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2CF06 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 6 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.18 |
| HSL | 59.12º | 0.94% | 0.42% | - |
| HSV(B) | 59.12º | 0.97% | 0.82% | - |
| XYZ | 48.92 | 58.34 | 8.85 | - |
| YUV | 184.98 | 26.99 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 6 | 0 | 0.01 | 0.97 | 0.18 | 59.12 | 0.94 | 0.42 |
| Hex | D2 | CF | 6 | 0 | 1 | 61 | 12 | 3B | 5E | 2A |
| Octal | 322 | 317 | 6 | 0 | 1 | 141 | 22 | 73 | 136 | 52 |
| Binary | 11010010 | 11001111 | 110 | 0 | 1 | 1100001 | 10010 | 111011 | 1011110 | 101010 |
Color Harmonies of #D2CF06
Complementary color
Monochromatic Colors of #D2CF06
Black with #D2CF06
Text Example
Text Example
White with #D2CF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CF06; }
p { color: rgb(210,207,6); }
H1.HeaderClassName
{
color: #D2CF06;
}
.AnyTagClassName
{
color: #D2CF06;
}
</style>
background-color css
<style>
a { background-color: #D2CF06; }
a { background-color: rgb(210,207,6); }
div.DivClassName
{
background-color: #D2CF06;
}
.BgClassName
{
background-color: #D2CF06;
}
</style>
border-color css
<style>
span { border-color: #D2CF06; }
span { border-color: rgb(210,207,6); }
td.TdClassName
{
border-color: #D2CF06;
}
.TagClassName
{
border-color: #D2CF06;
}
</style>