Shades of Bird Flower #D4C40B
Tints of Bird Flower #D4C40B
RGB
CMYK
RGB Variations
Color information
#D4C40B (or 0xD4C40B) is known color: Bird Flower. HEX triplet: D4, C4 and 0B. RGB value is (212,196,11). Sum of RGB (Red+Green+Blue) = 212+196+11=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C40B is #2B3BF4. Grayscale: #B4B4B4. Windows color (decimal): -2833397 or 771284. OLE color: 771284.
HSL color Cylindrical-coordinate representation of color #D4C40B: hue angle of 55.22º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4C40B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 196 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.17 |
| HSL | 55.22º | 0.9% | 0.44% | - |
| HSV(B) | 55.22º | 0.95% | 0.83% | - |
| XYZ | 46.95 | 53.5 | 8.17 | - |
| YUV | 179.69 | 32.8 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 196 | 11 | 0 | 0.08 | 0.95 | 0.17 | 55.22 | 0.9 | 0.44 |
| Hex | D4 | C4 | B | 0 | 8 | 5F | 11 | 37 | 5A | 2C |
| Octal | 324 | 304 | 13 | 0 | 10 | 137 | 21 | 67 | 132 | 54 |
| Binary | 11010100 | 11000100 | 1011 | 0 | 1000 | 1011111 | 10001 | 110111 | 1011010 | 101100 |
Color Harmonies of #D4C40B
Complementary color
Monochromatic Colors of #D4C40B
Black with #D4C40B
Text Example
Text Example
White with #D4C40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C40B; }
p { color: rgb(212,196,11); }
H1.HeaderClassName
{
color: #D4C40B;
}
.AnyTagClassName
{
color: #D4C40B;
}
</style>
background-color css
<style>
a { background-color: #D4C40B; }
a { background-color: rgb(212,196,11); }
div.DivClassName
{
background-color: #D4C40B;
}
.BgClassName
{
background-color: #D4C40B;
}
</style>
border-color css
<style>
span { border-color: #D4C40B; }
span { border-color: rgb(212,196,11); }
td.TdClassName
{
border-color: #D4C40B;
}
.TagClassName
{
border-color: #D4C40B;
}
</style>