Shades of Bird Flower #D0C208
Tints of Bird Flower #D0C208
RGB
CMYK
RGB Variations
Color information
#D0C208 (or 0xD0C208) is known color: Bird Flower. HEX triplet: D0, C2 and 08. RGB value is (208,194,8). Sum of RGB (Red+Green+Blue) = 208+194+8=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C208 is #2F3DF7. Grayscale: #B1B1B1. Windows color (decimal): -3096056 or 574160. OLE color: 574160.
HSL color Cylindrical-coordinate representation of color #D0C208: hue angle of 55.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0C208 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 8 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.18 |
| HSL | 55.8º | 0.93% | 0.42% | - |
| HSV(B) | 55.8º | 0.96% | 0.82% | - |
| XYZ | 45.35 | 52.01 | 7.88 | - |
| YUV | 176.98 | 32.64 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 8 | 0 | 0.07 | 0.96 | 0.18 | 55.8 | 0.93 | 0.42 |
| Hex | D0 | C2 | 8 | 0 | 7 | 60 | 12 | 38 | 5D | 2A |
| Octal | 320 | 302 | 10 | 0 | 7 | 140 | 22 | 70 | 135 | 52 |
| Binary | 11010000 | 11000010 | 1000 | 0 | 111 | 1100000 | 10010 | 111000 | 1011101 | 101010 |
Color Harmonies of #D0C208
Complementary color
Monochromatic Colors of #D0C208
Black with #D0C208
Text Example
Text Example
White with #D0C208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C208; }
p { color: rgb(208,194,8); }
H1.HeaderClassName
{
color: #D0C208;
}
.AnyTagClassName
{
color: #D0C208;
}
</style>
background-color css
<style>
a { background-color: #D0C208; }
a { background-color: rgb(208,194,8); }
div.DivClassName
{
background-color: #D0C208;
}
.BgClassName
{
background-color: #D0C208;
}
</style>
border-color css
<style>
span { border-color: #D0C208; }
span { border-color: rgb(208,194,8); }
td.TdClassName
{
border-color: #D0C208;
}
.TagClassName
{
border-color: #D0C208;
}
</style>