Shades of Bird Flower #D0CF06
Tints of Bird Flower #D0CF06
RGB
CMYK
RGB Variations
Color information
#D0CF06 (or 0xD0CF06) is known color: Bird Flower. HEX triplet: D0, CF and 06. RGB value is (208,207,6). Sum of RGB (Red+Green+Blue) = 208+207+6=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 6 (2.73% from 255 or 1.43% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CF06 is #2F30F9. Grayscale: #B9B9B9. Windows color (decimal): -3092730 or 446416. OLE color: 446416.
HSL color Cylindrical-coordinate representation of color #D0CF06: hue angle of 59.7º 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 #D0CF06 is Cyan = 0, Magento = 0.00, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 6 | - |
| CMYK | 0 | 0.00 | 0.97 | 0.18 |
| HSL | 59.7º | 0.94% | 0.42% | - |
| HSV(B) | 59.7º | 0.97% | 0.82% | - |
| XYZ | 48.36 | 58.05 | 8.83 | - |
| YUV | 184.39 | 27.33 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 6 | 0 | 0.00 | 0.97 | 0.18 | 59.7 | 0.94 | 0.42 |
| Hex | D0 | CF | 6 | 0 | 0 | 61 | 12 | 3C | 5E | 2A |
| Octal | 320 | 317 | 6 | 0 | 0 | 141 | 22 | 74 | 136 | 52 |
| Binary | 11010000 | 11001111 | 110 | 0 | 0 | 1100001 | 10010 | 111100 | 1011110 | 101010 |
Color Harmonies of #D0CF06
Complementary color
Monochromatic Colors of #D0CF06
Black with #D0CF06
Text Example
Text Example
White with #D0CF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF06; }
p { color: rgb(208,207,6); }
H1.HeaderClassName
{
color: #D0CF06;
}
.AnyTagClassName
{
color: #D0CF06;
}
</style>
background-color css
<style>
a { background-color: #D0CF06; }
a { background-color: rgb(208,207,6); }
div.DivClassName
{
background-color: #D0CF06;
}
.BgClassName
{
background-color: #D0CF06;
}
</style>
border-color css
<style>
span { border-color: #D0CF06; }
span { border-color: rgb(208,207,6); }
td.TdClassName
{
border-color: #D0CF06;
}
.TagClassName
{
border-color: #D0CF06;
}
</style>