Shades of Bird Flower #D2C418
Tints of Bird Flower #D2C418
RGB
CMYK
RGB Variations
Color information
#D2C418 (or 0xD2C418) is known color: Bird Flower. HEX triplet: D2, C4 and 18. RGB value is (210,196,24). Sum of RGB (Red+Green+Blue) = 210+196+24=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 24 (9.77% from 255 or 5.58% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C418 is #2D3BE7. Grayscale: #B5B5B5. Windows color (decimal): -2964456 or 1623250. OLE color: 1623250.
HSL color Cylindrical-coordinate representation of color #D2C418: hue angle of 55.48º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2C418 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 196 | 24 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.18 |
| HSL | 55.48º | 0.79% | 0.46% | - |
| HSV(B) | 55.48º | 0.89% | 0.82% | - |
| XYZ | 46.48 | 53.25 | 8.69 | - |
| YUV | 180.58 | 39.64 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 196 | 24 | 0 | 0.07 | 0.89 | 0.18 | 55.48 | 0.79 | 0.46 |
| Hex | D2 | C4 | 18 | 0 | 7 | 59 | 12 | 37 | 4F | 2E |
| Octal | 322 | 304 | 30 | 0 | 7 | 131 | 22 | 67 | 117 | 56 |
| Binary | 11010010 | 11000100 | 11000 | 0 | 111 | 1011001 | 10010 | 110111 | 1001111 | 101110 |
Color Harmonies of #D2C418
Complementary color
Monochromatic Colors of #D2C418
Black with #D2C418
Text Example
Text Example
White with #D2C418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C418; }
p { color: rgb(210,196,24); }
H1.HeaderClassName
{
color: #D2C418;
}
.AnyTagClassName
{
color: #D2C418;
}
</style>
background-color css
<style>
a { background-color: #D2C418; }
a { background-color: rgb(210,196,24); }
div.DivClassName
{
background-color: #D2C418;
}
.BgClassName
{
background-color: #D2C418;
}
</style>
border-color css
<style>
span { border-color: #D2C418; }
span { border-color: rgb(210,196,24); }
td.TdClassName
{
border-color: #D2C418;
}
.TagClassName
{
border-color: #D2C418;
}
</style>