Shades of Bird Flower #D4C40F
Tints of Bird Flower #D4C40F
RGB
CMYK
RGB Variations
Color information
#D4C40F (or 0xD4C40F) is known color: Bird Flower. HEX triplet: D4, C4 and 0F. RGB value is (212,196,15). Sum of RGB (Red+Green+Blue) = 212+196+15=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C40F is #2B3BF0. Grayscale: #B4B4B4. Windows color (decimal): -2833393 or 1033428. OLE color: 1033428.
HSL color Cylindrical-coordinate representation of color #D4C40F: hue angle of 55.13º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4C40F is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 196 | 15 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.17 |
| HSL | 55.13º | 0.87% | 0.45% | - |
| HSV(B) | 55.13º | 0.93% | 0.83% | - |
| XYZ | 46.98 | 53.51 | 8.3 | - |
| YUV | 180.15 | 34.8 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 196 | 15 | 0 | 0.08 | 0.93 | 0.17 | 55.13 | 0.87 | 0.45 |
| Hex | D4 | C4 | F | 0 | 8 | 5D | 11 | 37 | 57 | 2D |
| Octal | 324 | 304 | 17 | 0 | 10 | 135 | 21 | 67 | 127 | 55 |
| Binary | 11010100 | 11000100 | 1111 | 0 | 1000 | 1011101 | 10001 | 110111 | 1010111 | 101101 |
Color Harmonies of #D4C40F
Complementary color
Monochromatic Colors of #D4C40F
Black with #D4C40F
Text Example
Text Example
White with #D4C40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C40F; }
p { color: rgb(212,196,15); }
H1.HeaderClassName
{
color: #D4C40F;
}
.AnyTagClassName
{
color: #D4C40F;
}
</style>
background-color css
<style>
a { background-color: #D4C40F; }
a { background-color: rgb(212,196,15); }
div.DivClassName
{
background-color: #D4C40F;
}
.BgClassName
{
background-color: #D4C40F;
}
</style>
border-color css
<style>
span { border-color: #D4C40F; }
span { border-color: rgb(212,196,15); }
td.TdClassName
{
border-color: #D4C40F;
}
.TagClassName
{
border-color: #D4C40F;
}
</style>