Shades of Bird Flower #D6CF00
Tints of Bird Flower #D6CF00
RGB
CMYK
RGB Variations
Color information
#D6CF00 (or 0xD6CF00) is known color: Bird Flower. HEX triplet: D6, CF and 00. RGB value is (214,207,0). Sum of RGB (Red+Green+Blue) = 214+207+0=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CF00 is #2930FF. Grayscale: #BABABA. Windows color (decimal): -2699520 or 53206. OLE color: 53206.
HSL color Cylindrical-coordinate representation of color #D6CF00: hue angle of 58.04º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6CF00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.16 |
| HSL | 58.04º | 1% | 0.42% | - |
| HSV(B) | 58.04º | 1% | 0.84% | - |
| XYZ | 50.04 | 58.92 | 8.74 | - |
| YUV | 185.5 | 23.32 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 0 | 0 | 0.03 | 1 | 0.16 | 58.04 | 1 | 0.42 |
| Hex | D6 | CF | 0 | 0 | 3 | 64 | 10 | 3A | 64 | 2A |
| Octal | 326 | 317 | 0 | 0 | 3 | 144 | 20 | 72 | 144 | 52 |
| Binary | 11010110 | 11001111 | 0 | 0 | 11 | 1100100 | 10000 | 111010 | 1100100 | 101010 |
Color Harmonies of #D6CF00
Complementary color
Monochromatic Colors of #D6CF00
Black with #D6CF00
Text Example
Text Example
White with #D6CF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF00; }
p { color: rgb(214,207,0); }
H1.HeaderClassName
{
color: #D6CF00;
}
.AnyTagClassName
{
color: #D6CF00;
}
</style>
background-color css
<style>
a { background-color: #D6CF00; }
a { background-color: rgb(214,207,0); }
div.DivClassName
{
background-color: #D6CF00;
}
.BgClassName
{
background-color: #D6CF00;
}
</style>
border-color css
<style>
span { border-color: #D6CF00; }
span { border-color: rgb(214,207,0); }
td.TdClassName
{
border-color: #D6CF00;
}
.TagClassName
{
border-color: #D6CF00;
}
</style>