Shades of Bird Flower #D6CF03
Tints of Bird Flower #D6CF03
RGB
CMYK
RGB Variations
Color information
#D6CF03 (or 0xD6CF03) is known color: Bird Flower. HEX triplet: D6, CF and 03. RGB value is (214,207,3). Sum of RGB (Red+Green+Blue) = 214+207+3=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 3 (1.56% from 255 or 0.71% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CF03 is #2930FC. Grayscale: #BABABA. Windows color (decimal): -2699517 or 249814. OLE color: 249814.
HSL color Cylindrical-coordinate representation of color #D6CF03: hue angle of 58.01º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6CF03 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.16 |
| HSL | 58.01º | 0.97% | 0.43% | - |
| HSV(B) | 58.01º | 0.99% | 0.84% | - |
| XYZ | 50.06 | 58.93 | 8.82 | - |
| YUV | 185.84 | 24.82 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 3 | 0 | 0.03 | 0.99 | 0.16 | 58.01 | 0.97 | 0.43 |
| Hex | D6 | CF | 3 | 0 | 3 | 63 | 10 | 3A | 61 | 2B |
| Octal | 326 | 317 | 3 | 0 | 3 | 143 | 20 | 72 | 141 | 53 |
| Binary | 11010110 | 11001111 | 11 | 0 | 11 | 1100011 | 10000 | 111010 | 1100001 | 101011 |
Color Harmonies of #D6CF03
Complementary color
Monochromatic Colors of #D6CF03
Black with #D6CF03
Text Example
Text Example
White with #D6CF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF03; }
p { color: rgb(214,207,3); }
H1.HeaderClassName
{
color: #D6CF03;
}
.AnyTagClassName
{
color: #D6CF03;
}
</style>
background-color css
<style>
a { background-color: #D6CF03; }
a { background-color: rgb(214,207,3); }
div.DivClassName
{
background-color: #D6CF03;
}
.BgClassName
{
background-color: #D6CF03;
}
</style>
border-color css
<style>
span { border-color: #D6CF03; }
span { border-color: rgb(214,207,3); }
td.TdClassName
{
border-color: #D6CF03;
}
.TagClassName
{
border-color: #D6CF03;
}
</style>