Shades of Bird Flower #D4CF0C
Tints of Bird Flower #D4CF0C
RGB
CMYK
RGB Variations
Color information
#D4CF0C (or 0xD4CF0C) is known color: Bird Flower. HEX triplet: D4, CF and 0C. RGB value is (212,207,12). Sum of RGB (Red+Green+Blue) = 212+207+12=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4CF0C is #2B30F3. Grayscale: #BBBBBB. Windows color (decimal): -2830580 or 839636. OLE color: 839636.
HSL color Cylindrical-coordinate representation of color #D4CF0C: hue angle of 58.5º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4CF0C is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 207 | 12 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.17 |
| HSL | 58.5º | 0.89% | 0.44% | - |
| HSV(B) | 58.5º | 0.94% | 0.83% | - |
| XYZ | 49.53 | 58.65 | 9.06 | - |
| YUV | 186.27 | 29.66 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 12 | 0 | 0.02 | 0.94 | 0.17 | 58.5 | 0.89 | 0.44 |
| Hex | D4 | CF | C | 0 | 2 | 5E | 11 | 3A | 59 | 2C |
| Octal | 324 | 317 | 14 | 0 | 2 | 136 | 21 | 72 | 131 | 54 |
| Binary | 11010100 | 11001111 | 1100 | 0 | 10 | 1011110 | 10001 | 111010 | 1011001 | 101100 |
Color Harmonies of #D4CF0C
Complementary color
Monochromatic Colors of #D4CF0C
Black with #D4CF0C
Text Example
Text Example
White with #D4CF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CF0C; }
p { color: rgb(212,207,12); }
H1.HeaderClassName
{
color: #D4CF0C;
}
.AnyTagClassName
{
color: #D4CF0C;
}
</style>
background-color css
<style>
a { background-color: #D4CF0C; }
a { background-color: rgb(212,207,12); }
div.DivClassName
{
background-color: #D4CF0C;
}
.BgClassName
{
background-color: #D4CF0C;
}
</style>
border-color css
<style>
span { border-color: #D4CF0C; }
span { border-color: rgb(212,207,12); }
td.TdClassName
{
border-color: #D4CF0C;
}
.TagClassName
{
border-color: #D4CF0C;
}
</style>