Shades of Bird Flower #D4C218
Tints of Bird Flower #D4C218
RGB
CMYK
RGB Variations
Color information
#D4C218 (or 0xD4C218) is known color: Bird Flower. HEX triplet: D4, C2 and 18. RGB value is (212,194,24). Sum of RGB (Red+Green+Blue) = 212+194+24=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 24 (9.77% from 255 or 5.58% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C218 is #2B3DE7. Grayscale: #B4B4B4. Windows color (decimal): -2833896 or 1622740. OLE color: 1622740.
HSL color Cylindrical-coordinate representation of color #D4C218: hue angle of 54.26º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4C218 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 194 | 24 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.17 |
| HSL | 54.26º | 0.8% | 0.46% | - |
| HSV(B) | 54.26º | 0.89% | 0.83% | - |
| XYZ | 46.61 | 52.65 | 8.57 | - |
| YUV | 180 | 39.96 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 194 | 24 | 0 | 0.08 | 0.89 | 0.17 | 54.26 | 0.8 | 0.46 |
| Hex | D4 | C2 | 18 | 0 | 8 | 59 | 11 | 36 | 50 | 2E |
| Octal | 324 | 302 | 30 | 0 | 10 | 131 | 21 | 66 | 120 | 56 |
| Binary | 11010100 | 11000010 | 11000 | 0 | 1000 | 1011001 | 10001 | 110110 | 1010000 | 101110 |
Color Harmonies of #D4C218
Complementary color
Monochromatic Colors of #D4C218
Black with #D4C218
Text Example
Text Example
White with #D4C218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C218; }
p { color: rgb(212,194,24); }
H1.HeaderClassName
{
color: #D4C218;
}
.AnyTagClassName
{
color: #D4C218;
}
</style>
background-color css
<style>
a { background-color: #D4C218; }
a { background-color: rgb(212,194,24); }
div.DivClassName
{
background-color: #D4C218;
}
.BgClassName
{
background-color: #D4C218;
}
</style>
border-color css
<style>
span { border-color: #D4C218; }
span { border-color: rgb(212,194,24); }
td.TdClassName
{
border-color: #D4C218;
}
.TagClassName
{
border-color: #D4C218;
}
</style>