Shades of Bird Flower #D4C40C
Tints of Bird Flower #D4C40C
RGB
CMYK
RGB Variations
Color information
#D4C40C (or 0xD4C40C) is known color: Bird Flower. HEX triplet: D4, C4 and 0C. RGB value is (212,196,12). Sum of RGB (Red+Green+Blue) = 212+196+12=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C40C is #2B3BF3. Grayscale: #B4B4B4. Windows color (decimal): -2833396 or 836820. OLE color: 836820.
HSL color Cylindrical-coordinate representation of color #D4C40C: hue angle of 55.2º 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 #D4C40C is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 196 | 12 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.17 |
| HSL | 55.2º | 0.89% | 0.44% | - |
| HSV(B) | 55.2º | 0.94% | 0.83% | - |
| XYZ | 46.96 | 53.5 | 8.2 | - |
| YUV | 179.81 | 33.3 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 196 | 12 | 0 | 0.08 | 0.94 | 0.17 | 55.2 | 0.89 | 0.44 |
| Hex | D4 | C4 | C | 0 | 8 | 5E | 11 | 37 | 59 | 2C |
| Octal | 324 | 304 | 14 | 0 | 10 | 136 | 21 | 67 | 131 | 54 |
| Binary | 11010100 | 11000100 | 1100 | 0 | 1000 | 1011110 | 10001 | 110111 | 1011001 | 101100 |
Color Harmonies of #D4C40C
Complementary color
Monochromatic Colors of #D4C40C
Black with #D4C40C
Text Example
Text Example
White with #D4C40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C40C; }
p { color: rgb(212,196,12); }
H1.HeaderClassName
{
color: #D4C40C;
}
.AnyTagClassName
{
color: #D4C40C;
}
</style>
background-color css
<style>
a { background-color: #D4C40C; }
a { background-color: rgb(212,196,12); }
div.DivClassName
{
background-color: #D4C40C;
}
.BgClassName
{
background-color: #D4C40C;
}
</style>
border-color css
<style>
span { border-color: #D4C40C; }
span { border-color: rgb(212,196,12); }
td.TdClassName
{
border-color: #D4C40C;
}
.TagClassName
{
border-color: #D4C40C;
}
</style>