Shades of Bird Flower #D0C808
Tints of Bird Flower #D0C808
RGB
CMYK
RGB Variations
Color information
#D0C808 (or 0xD0C808) is known color: Bird Flower. HEX triplet: D0, C8 and 08. RGB value is (208,200,8). Sum of RGB (Red+Green+Blue) = 208+200+8=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 8 (3.52% from 255 or 1.92% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C808 is #2F37F7. Grayscale: #B5B5B5. Windows color (decimal): -3094520 or 575696. OLE color: 575696.
HSL color Cylindrical-coordinate representation of color #D0C808: hue angle of 57.6º 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 #D0C808 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 8 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.18 |
| HSL | 57.6º | 0.93% | 0.42% | - |
| HSV(B) | 57.6º | 0.96% | 0.82% | - |
| XYZ | 46.71 | 54.74 | 8.33 | - |
| YUV | 180.5 | 30.65 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 8 | 0 | 0.04 | 0.96 | 0.18 | 57.6 | 0.93 | 0.42 |
| Hex | D0 | C8 | 8 | 0 | 4 | 60 | 12 | 3A | 5D | 2A |
| Octal | 320 | 310 | 10 | 0 | 4 | 140 | 22 | 72 | 135 | 52 |
| Binary | 11010000 | 11001000 | 1000 | 0 | 100 | 1100000 | 10010 | 111010 | 1011101 | 101010 |
Color Harmonies of #D0C808
Complementary color
Monochromatic Colors of #D0C808
Black with #D0C808
Text Example
Text Example
White with #D0C808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C808; }
p { color: rgb(208,200,8); }
H1.HeaderClassName
{
color: #D0C808;
}
.AnyTagClassName
{
color: #D0C808;
}
</style>
background-color css
<style>
a { background-color: #D0C808; }
a { background-color: rgb(208,200,8); }
div.DivClassName
{
background-color: #D0C808;
}
.BgClassName
{
background-color: #D0C808;
}
</style>
border-color css
<style>
span { border-color: #D0C808; }
span { border-color: rgb(208,200,8); }
td.TdClassName
{
border-color: #D0C808;
}
.TagClassName
{
border-color: #D0C808;
}
</style>