Shades of Bird Flower #D2C205
Tints of Bird Flower #D2C205
RGB
CMYK
RGB Variations
Color information
#D2C205 (or 0xD2C205) is known color: Bird Flower. HEX triplet: D2, C2 and 05. RGB value is (210,194,5). Sum of RGB (Red+Green+Blue) = 210+194+5=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C205 is #2D3DFA. Grayscale: #B2B2B2. Windows color (decimal): -2964987 or 377554. OLE color: 377554.
HSL color Cylindrical-coordinate representation of color #D2C205: hue angle of 55.32º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2C205 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 194 | 5 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.18 |
| HSL | 55.32º | 0.95% | 0.42% | - |
| HSV(B) | 55.32º | 0.98% | 0.82% | - |
| XYZ | 45.9 | 52.3 | 7.82 | - |
| YUV | 177.24 | 30.8 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 194 | 5 | 0 | 0.08 | 0.98 | 0.18 | 55.32 | 0.95 | 0.42 |
| Hex | D2 | C2 | 5 | 0 | 8 | 62 | 12 | 37 | 5F | 2A |
| Octal | 322 | 302 | 5 | 0 | 10 | 142 | 22 | 67 | 137 | 52 |
| Binary | 11010010 | 11000010 | 101 | 0 | 1000 | 1100010 | 10010 | 110111 | 1011111 | 101010 |
Color Harmonies of #D2C205
Complementary color
Monochromatic Colors of #D2C205
Black with #D2C205
Text Example
Text Example
White with #D2C205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C205; }
p { color: rgb(210,194,5); }
H1.HeaderClassName
{
color: #D2C205;
}
.AnyTagClassName
{
color: #D2C205;
}
</style>
background-color css
<style>
a { background-color: #D2C205; }
a { background-color: rgb(210,194,5); }
div.DivClassName
{
background-color: #D2C205;
}
.BgClassName
{
background-color: #D2C205;
}
</style>
border-color css
<style>
span { border-color: #D2C205; }
span { border-color: rgb(210,194,5); }
td.TdClassName
{
border-color: #D2C205;
}
.TagClassName
{
border-color: #D2C205;
}
</style>