Shades of Bird Flower #D0C90C
Tints of Bird Flower #D0C90C
RGB
CMYK
RGB Variations
Color information
#D0C90C (or 0xD0C90C) is known color: Bird Flower. HEX triplet: D0, C9 and 0C. RGB value is (208,201,12). Sum of RGB (Red+Green+Blue) = 208+201+12=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C90C is #2F36F3. Grayscale: #B6B6B6. Windows color (decimal): -3094260 or 838096. OLE color: 838096.
HSL color Cylindrical-coordinate representation of color #D0C90C: hue angle of 57.86º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0C90C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 12 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.18 |
| HSL | 57.86º | 0.89% | 0.43% | - |
| HSV(B) | 57.86º | 0.94% | 0.82% | - |
| XYZ | 46.97 | 55.21 | 8.53 | - |
| YUV | 181.55 | 32.32 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 12 | 0 | 0.03 | 0.94 | 0.18 | 57.86 | 0.89 | 0.43 |
| Hex | D0 | C9 | C | 0 | 3 | 5E | 12 | 3A | 59 | 2B |
| Octal | 320 | 311 | 14 | 0 | 3 | 136 | 22 | 72 | 131 | 53 |
| Binary | 11010000 | 11001001 | 1100 | 0 | 11 | 1011110 | 10010 | 111010 | 1011001 | 101011 |
Color Harmonies of #D0C90C
Complementary color
Monochromatic Colors of #D0C90C
Black with #D0C90C
Text Example
Text Example
White with #D0C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C90C; }
p { color: rgb(208,201,12); }
H1.HeaderClassName
{
color: #D0C90C;
}
.AnyTagClassName
{
color: #D0C90C;
}
</style>
background-color css
<style>
a { background-color: #D0C90C; }
a { background-color: rgb(208,201,12); }
div.DivClassName
{
background-color: #D0C90C;
}
.BgClassName
{
background-color: #D0C90C;
}
</style>
border-color css
<style>
span { border-color: #D0C90C; }
span { border-color: rgb(208,201,12); }
td.TdClassName
{
border-color: #D0C90C;
}
.TagClassName
{
border-color: #D0C90C;
}
</style>