Shades of Bird Flower #D2C419
Tints of Bird Flower #D2C419
RGB
CMYK
RGB Variations
Color information
#D2C419 (or 0xD2C419) is known color: Bird Flower. HEX triplet: D2, C4 and 19. RGB value is (210,196,25). Sum of RGB (Red+Green+Blue) = 210+196+25=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C419 is #2D3BE6. Grayscale: #B5B5B5. Windows color (decimal): -2964455 or 1688786. OLE color: 1688786.
HSL color Cylindrical-coordinate representation of color #D2C419: hue angle of 55.46º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2C419 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 196 | 25 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.18 |
| HSL | 55.46º | 0.79% | 0.46% | - |
| HSV(B) | 55.46º | 0.88% | 0.82% | - |
| XYZ | 46.49 | 53.25 | 8.75 | - |
| YUV | 180.69 | 40.14 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 196 | 25 | 0 | 0.07 | 0.88 | 0.18 | 55.46 | 0.79 | 0.46 |
| Hex | D2 | C4 | 19 | 0 | 7 | 58 | 12 | 37 | 4F | 2E |
| Octal | 322 | 304 | 31 | 0 | 7 | 130 | 22 | 67 | 117 | 56 |
| Binary | 11010010 | 11000100 | 11001 | 0 | 111 | 1011000 | 10010 | 110111 | 1001111 | 101110 |
Color Harmonies of #D2C419
Complementary color
Monochromatic Colors of #D2C419
Black with #D2C419
Text Example
Text Example
White with #D2C419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C419; }
p { color: rgb(210,196,25); }
H1.HeaderClassName
{
color: #D2C419;
}
.AnyTagClassName
{
color: #D2C419;
}
</style>
background-color css
<style>
a { background-color: #D2C419; }
a { background-color: rgb(210,196,25); }
div.DivClassName
{
background-color: #D2C419;
}
.BgClassName
{
background-color: #D2C419;
}
</style>
border-color css
<style>
span { border-color: #D2C419; }
span { border-color: rgb(210,196,25); }
td.TdClassName
{
border-color: #D2C419;
}
.TagClassName
{
border-color: #D2C419;
}
</style>