Shades of Bird Flower #D2C208
Tints of Bird Flower #D2C208
RGB
CMYK
RGB Variations
Color information
#D2C208 (or 0xD2C208) is known color: Bird Flower. HEX triplet: D2, C2 and 08. RGB value is (210,194,8). Sum of RGB (Red+Green+Blue) = 210+194+8=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C208 is #2D3DF7. Grayscale: #B2B2B2. Windows color (decimal): -2964984 or 574162. OLE color: 574162.
HSL color Cylindrical-coordinate representation of color #D2C208: hue angle of 55.25º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2C208 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 194 | 8 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.18 |
| HSL | 55.25º | 0.93% | 0.43% | - |
| HSV(B) | 55.25º | 0.96% | 0.82% | - |
| XYZ | 45.91 | 52.3 | 7.91 | - |
| YUV | 177.58 | 32.3 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 194 | 8 | 0 | 0.08 | 0.96 | 0.18 | 55.25 | 0.93 | 0.43 |
| Hex | D2 | C2 | 8 | 0 | 8 | 60 | 12 | 37 | 5D | 2B |
| Octal | 322 | 302 | 10 | 0 | 10 | 140 | 22 | 67 | 135 | 53 |
| Binary | 11010010 | 11000010 | 1000 | 0 | 1000 | 1100000 | 10010 | 110111 | 1011101 | 101011 |
Color Harmonies of #D2C208
Complementary color
Monochromatic Colors of #D2C208
Black with #D2C208
Text Example
Text Example
White with #D2C208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C208; }
p { color: rgb(210,194,8); }
H1.HeaderClassName
{
color: #D2C208;
}
.AnyTagClassName
{
color: #D2C208;
}
</style>
background-color css
<style>
a { background-color: #D2C208; }
a { background-color: rgb(210,194,8); }
div.DivClassName
{
background-color: #D2C208;
}
.BgClassName
{
background-color: #D2C208;
}
</style>
border-color css
<style>
span { border-color: #D2C208; }
span { border-color: rgb(210,194,8); }
td.TdClassName
{
border-color: #D2C208;
}
.TagClassName
{
border-color: #D2C208;
}
</style>