Shades of Bird Flower #D0C910
Tints of Bird Flower #D0C910
RGB
CMYK
RGB Variations
Color information
#D0C910 (or 0xD0C910) is known color: Bird Flower. HEX triplet: D0, C9 and 10. RGB value is (208,201,16). Sum of RGB (Red+Green+Blue) = 208+201+16=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C910 is #2F36EF. Grayscale: #B6B6B6. Windows color (decimal): -3094256 or 1100240. OLE color: 1100240.
HSL color Cylindrical-coordinate representation of color #D0C910: hue angle of 57.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0C910 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 16 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.18 |
| HSL | 57.81º | 0.86% | 0.44% | - |
| HSV(B) | 57.81º | 0.92% | 0.82% | - |
| XYZ | 46.99 | 55.22 | 8.67 | - |
| YUV | 182 | 34.32 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 16 | 0 | 0.03 | 0.92 | 0.18 | 57.81 | 0.86 | 0.44 |
| Hex | D0 | C9 | 10 | 0 | 3 | 5C | 12 | 3A | 56 | 2C |
| Octal | 320 | 311 | 20 | 0 | 3 | 134 | 22 | 72 | 126 | 54 |
| Binary | 11010000 | 11001001 | 10000 | 0 | 11 | 1011100 | 10010 | 111010 | 1010110 | 101100 |
Color Harmonies of #D0C910
Complementary color
Monochromatic Colors of #D0C910
Black with #D0C910
Text Example
Text Example
White with #D0C910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C910; }
p { color: rgb(208,201,16); }
H1.HeaderClassName
{
color: #D0C910;
}
.AnyTagClassName
{
color: #D0C910;
}
</style>
background-color css
<style>
a { background-color: #D0C910; }
a { background-color: rgb(208,201,16); }
div.DivClassName
{
background-color: #D0C910;
}
.BgClassName
{
background-color: #D0C910;
}
</style>
border-color css
<style>
span { border-color: #D0C910; }
span { border-color: rgb(208,201,16); }
td.TdClassName
{
border-color: #D0C910;
}
.TagClassName
{
border-color: #D0C910;
}
</style>