Shades of Bird Flower #D0CF02
Tints of Bird Flower #D0CF02
RGB
CMYK
RGB Variations
Color information
#D0CF02 (or 0xD0CF02) is known color: Bird Flower. HEX triplet: D0, CF and 02. RGB value is (208,207,2). Sum of RGB (Red+Green+Blue) = 208+207+2=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CF02 is #2F30FD. Grayscale: #B8B8B8. Windows color (decimal): -3092734 or 184272. OLE color: 184272.
HSL color Cylindrical-coordinate representation of color #D0CF02: hue angle of 59.71º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0CF02 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 2 | - |
| CMYK | 0 | 0.00 | 0.99 | 0.18 |
| HSL | 59.71º | 0.98% | 0.41% | - |
| HSV(B) | 59.71º | 0.99% | 0.82% | - |
| XYZ | 48.34 | 58.04 | 8.71 | - |
| YUV | 183.93 | 25.33 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 2 | 0 | 0.00 | 0.99 | 0.18 | 59.71 | 0.98 | 0.41 |
| Hex | D0 | CF | 2 | 0 | 0 | 63 | 12 | 3C | 62 | 29 |
| Octal | 320 | 317 | 2 | 0 | 0 | 143 | 22 | 74 | 142 | 51 |
| Binary | 11010000 | 11001111 | 10 | 0 | 0 | 1100011 | 10010 | 111100 | 1100010 | 101001 |
Color Harmonies of #D0CF02
Complementary color
Monochromatic Colors of #D0CF02
Black with #D0CF02
Text Example
Text Example
White with #D0CF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF02; }
p { color: rgb(208,207,2); }
H1.HeaderClassName
{
color: #D0CF02;
}
.AnyTagClassName
{
color: #D0CF02;
}
</style>
background-color css
<style>
a { background-color: #D0CF02; }
a { background-color: rgb(208,207,2); }
div.DivClassName
{
background-color: #D0CF02;
}
.BgClassName
{
background-color: #D0CF02;
}
</style>
border-color css
<style>
span { border-color: #D0CF02; }
span { border-color: rgb(208,207,2); }
td.TdClassName
{
border-color: #D0CF02;
}
.TagClassName
{
border-color: #D0CF02;
}
</style>