Shades of Bird Flower #D0CF12
Tints of Bird Flower #D0CF12
RGB
CMYK
RGB Variations
Color information
#D0CF12 (or 0xD0CF12) is known color: Bird Flower. HEX triplet: D0, CF and 12. RGB value is (208,207,18). Sum of RGB (Red+Green+Blue) = 208+207+18=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CF12 is #2F30ED. Grayscale: #BABABA. Windows color (decimal): -3092718 or 1232848. OLE color: 1232848.
HSL color Cylindrical-coordinate representation of color #D0CF12: hue angle of 59.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0CF12 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 18 | - |
| CMYK | 0 | 0.00 | 0.91 | 0.18 |
| HSL | 59.68º | 0.84% | 0.44% | - |
| HSV(B) | 59.68º | 0.91% | 0.82% | - |
| XYZ | 48.43 | 58.08 | 9.23 | - |
| YUV | 185.75 | 33.33 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 18 | 0 | 0.00 | 0.91 | 0.18 | 59.68 | 0.84 | 0.44 |
| Hex | D0 | CF | 12 | 0 | 0 | 5B | 12 | 3C | 54 | 2C |
| Octal | 320 | 317 | 22 | 0 | 0 | 133 | 22 | 74 | 124 | 54 |
| Binary | 11010000 | 11001111 | 10010 | 0 | 0 | 1011011 | 10010 | 111100 | 1010100 | 101100 |
Color Harmonies of #D0CF12
Complementary color
Monochromatic Colors of #D0CF12
Black with #D0CF12
Text Example
Text Example
White with #D0CF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF12; }
p { color: rgb(208,207,18); }
H1.HeaderClassName
{
color: #D0CF12;
}
.AnyTagClassName
{
color: #D0CF12;
}
</style>
background-color css
<style>
a { background-color: #D0CF12; }
a { background-color: rgb(208,207,18); }
div.DivClassName
{
background-color: #D0CF12;
}
.BgClassName
{
background-color: #D0CF12;
}
</style>
border-color css
<style>
span { border-color: #D0CF12; }
span { border-color: rgb(208,207,18); }
td.TdClassName
{
border-color: #D0CF12;
}
.TagClassName
{
border-color: #D0CF12;
}
</style>