Shades of Bird Flower #D2C202
Tints of Bird Flower #D2C202
RGB
CMYK
RGB Variations
Color information
#D2C202 (or 0xD2C202) is known color: Bird Flower. HEX triplet: D2, C2 and 02. RGB value is (210,194,2). Sum of RGB (Red+Green+Blue) = 210+194+2=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C202 is #2D3DFD. Grayscale: #B1B1B1. Windows color (decimal): -2964990 or 180946. OLE color: 180946.
HSL color Cylindrical-coordinate representation of color #D2C202: hue angle of 55.38º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2C202 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 194 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.18 |
| HSL | 55.38º | 0.98% | 0.42% | - |
| HSV(B) | 55.38º | 0.99% | 0.82% | - |
| XYZ | 45.88 | 52.29 | 7.73 | - |
| YUV | 176.9 | 29.3 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 194 | 2 | 0 | 0.08 | 0.99 | 0.18 | 55.38 | 0.98 | 0.42 |
| Hex | D2 | C2 | 2 | 0 | 8 | 63 | 12 | 37 | 62 | 2A |
| Octal | 322 | 302 | 2 | 0 | 10 | 143 | 22 | 67 | 142 | 52 |
| Binary | 11010010 | 11000010 | 10 | 0 | 1000 | 1100011 | 10010 | 110111 | 1100010 | 101010 |
Color Harmonies of #D2C202
Complementary color
Monochromatic Colors of #D2C202
Black with #D2C202
Text Example
Text Example
White with #D2C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C202; }
p { color: rgb(210,194,2); }
H1.HeaderClassName
{
color: #D2C202;
}
.AnyTagClassName
{
color: #D2C202;
}
</style>
background-color css
<style>
a { background-color: #D2C202; }
a { background-color: rgb(210,194,2); }
div.DivClassName
{
background-color: #D2C202;
}
.BgClassName
{
background-color: #D2C202;
}
</style>
border-color css
<style>
span { border-color: #D2C202; }
span { border-color: rgb(210,194,2); }
td.TdClassName
{
border-color: #D2C202;
}
.TagClassName
{
border-color: #D2C202;
}
</style>