Shades of Bird Flower #D2CF03
Tints of Bird Flower #D2CF03
RGB
CMYK
RGB Variations
Color information
#D2CF03 (or 0xD2CF03) is known color: Bird Flower. HEX triplet: D2, CF and 03. RGB value is (210,207,3). Sum of RGB (Red+Green+Blue) = 210+207+3=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CF03 is #2D30FC. Grayscale: #B9B9B9. Windows color (decimal): -2961661 or 249810. OLE color: 249810.
HSL color Cylindrical-coordinate representation of color #D2CF03: hue angle of 59.13º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2CF03 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 3 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.18 |
| HSL | 59.13º | 0.97% | 0.42% | - |
| HSV(B) | 59.13º | 0.99% | 0.82% | - |
| XYZ | 48.91 | 58.33 | 8.77 | - |
| YUV | 184.64 | 25.49 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 3 | 0 | 0.01 | 0.99 | 0.18 | 59.13 | 0.97 | 0.42 |
| Hex | D2 | CF | 3 | 0 | 1 | 63 | 12 | 3B | 61 | 2A |
| Octal | 322 | 317 | 3 | 0 | 1 | 143 | 22 | 73 | 141 | 52 |
| Binary | 11010010 | 11001111 | 11 | 0 | 1 | 1100011 | 10010 | 111011 | 1100001 | 101010 |
Color Harmonies of #D2CF03
Complementary color
Monochromatic Colors of #D2CF03
Black with #D2CF03
Text Example
Text Example
White with #D2CF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CF03; }
p { color: rgb(210,207,3); }
H1.HeaderClassName
{
color: #D2CF03;
}
.AnyTagClassName
{
color: #D2CF03;
}
</style>
background-color css
<style>
a { background-color: #D2CF03; }
a { background-color: rgb(210,207,3); }
div.DivClassName
{
background-color: #D2CF03;
}
.BgClassName
{
background-color: #D2CF03;
}
</style>
border-color css
<style>
span { border-color: #D2CF03; }
span { border-color: rgb(210,207,3); }
td.TdClassName
{
border-color: #D2CF03;
}
.TagClassName
{
border-color: #D2CF03;
}
</style>