Shades of Bird Flower #D0C10F
Tints of Bird Flower #D0C10F
RGB
CMYK
RGB Variations
Color information
#D0C10F (or 0xD0C10F) is known color: Bird Flower. HEX triplet: D0, C1 and 0F. RGB value is (208,193,15). Sum of RGB (Red+Green+Blue) = 208+193+15=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C10F is #2F3EF0. Grayscale: #B1B1B1. Windows color (decimal): -3096305 or 1032656. OLE color: 1032656.
HSL color Cylindrical-coordinate representation of color #D0C10F: hue angle of 55.34º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0C10F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 15 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.18 |
| HSL | 55.34º | 0.87% | 0.44% | - |
| HSV(B) | 55.34º | 0.93% | 0.82% | - |
| XYZ | 45.17 | 51.58 | 8.03 | - |
| YUV | 177.19 | 36.47 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 15 | 0 | 0.07 | 0.93 | 0.18 | 55.34 | 0.87 | 0.44 |
| Hex | D0 | C1 | F | 0 | 7 | 5D | 12 | 37 | 57 | 2C |
| Octal | 320 | 301 | 17 | 0 | 7 | 135 | 22 | 67 | 127 | 54 |
| Binary | 11010000 | 11000001 | 1111 | 0 | 111 | 1011101 | 10010 | 110111 | 1010111 | 101100 |
Color Harmonies of #D0C10F
Complementary color
Monochromatic Colors of #D0C10F
Black with #D0C10F
Text Example
Text Example
White with #D0C10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C10F; }
p { color: rgb(208,193,15); }
H1.HeaderClassName
{
color: #D0C10F;
}
.AnyTagClassName
{
color: #D0C10F;
}
</style>
background-color css
<style>
a { background-color: #D0C10F; }
a { background-color: rgb(208,193,15); }
div.DivClassName
{
background-color: #D0C10F;
}
.BgClassName
{
background-color: #D0C10F;
}
</style>
border-color css
<style>
span { border-color: #D0C10F; }
span { border-color: rgb(208,193,15); }
td.TdClassName
{
border-color: #D0C10F;
}
.TagClassName
{
border-color: #D0C10F;
}
</style>