Shades of Bird Flower #D2C219
Tints of Bird Flower #D2C219
RGB
CMYK
RGB Variations
Color information
#D2C219 (or 0xD2C219) is known color: Bird Flower. HEX triplet: D2, C2 and 19. RGB value is (210,194,25). Sum of RGB (Red+Green+Blue) = 210+194+25=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C219 is #2D3DE6. Grayscale: #B4B4B4. Windows color (decimal): -2964967 or 1688274. OLE color: 1688274.
HSL color Cylindrical-coordinate representation of color #D2C219: hue angle of 54.81º 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 #D2C219 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 194 | 25 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.18 |
| HSL | 54.81º | 0.79% | 0.46% | - |
| HSV(B) | 54.81º | 0.88% | 0.82% | - |
| XYZ | 46.05 | 52.36 | 8.6 | - |
| YUV | 179.52 | 40.8 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 194 | 25 | 0 | 0.08 | 0.88 | 0.18 | 54.81 | 0.79 | 0.46 |
| Hex | D2 | C2 | 19 | 0 | 8 | 58 | 12 | 37 | 4F | 2E |
| Octal | 322 | 302 | 31 | 0 | 10 | 130 | 22 | 67 | 117 | 56 |
| Binary | 11010010 | 11000010 | 11001 | 0 | 1000 | 1011000 | 10010 | 110111 | 1001111 | 101110 |
Color Harmonies of #D2C219
Complementary color
Monochromatic Colors of #D2C219
Black with #D2C219
Text Example
Text Example
White with #D2C219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C219; }
p { color: rgb(210,194,25); }
H1.HeaderClassName
{
color: #D2C219;
}
.AnyTagClassName
{
color: #D2C219;
}
</style>
background-color css
<style>
a { background-color: #D2C219; }
a { background-color: rgb(210,194,25); }
div.DivClassName
{
background-color: #D2C219;
}
.BgClassName
{
background-color: #D2C219;
}
</style>
border-color css
<style>
span { border-color: #D2C219; }
span { border-color: rgb(210,194,25); }
td.TdClassName
{
border-color: #D2C219;
}
.TagClassName
{
border-color: #D2C219;
}
</style>