Shades of Bird Flower #D0C80D
Tints of Bird Flower #D0C80D
RGB
CMYK
RGB Variations
Color information
#D0C80D (or 0xD0C80D) is known color: Bird Flower. HEX triplet: D0, C8 and 0D. RGB value is (208,200,13). Sum of RGB (Red+Green+Blue) = 208+200+13=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C80D is #2F37F2. Grayscale: #B5B5B5. Windows color (decimal): -3094515 or 903376. OLE color: 903376.
HSL color Cylindrical-coordinate representation of color #D0C80D: hue angle of 57.54º degrees, saturation: 0.88, 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 #D0C80D is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 13 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.18 |
| HSL | 57.54º | 0.88% | 0.43% | - |
| HSV(B) | 57.54º | 0.94% | 0.82% | - |
| XYZ | 46.74 | 54.75 | 8.48 | - |
| YUV | 181.07 | 33.15 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 13 | 0 | 0.04 | 0.94 | 0.18 | 57.54 | 0.88 | 0.43 |
| Hex | D0 | C8 | D | 0 | 4 | 5E | 12 | 3A | 58 | 2B |
| Octal | 320 | 310 | 15 | 0 | 4 | 136 | 22 | 72 | 130 | 53 |
| Binary | 11010000 | 11001000 | 1101 | 0 | 100 | 1011110 | 10010 | 111010 | 1011000 | 101011 |
Color Harmonies of #D0C80D
Complementary color
Monochromatic Colors of #D0C80D
Black with #D0C80D
Text Example
Text Example
White with #D0C80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C80D; }
p { color: rgb(208,200,13); }
H1.HeaderClassName
{
color: #D0C80D;
}
.AnyTagClassName
{
color: #D0C80D;
}
</style>
background-color css
<style>
a { background-color: #D0C80D; }
a { background-color: rgb(208,200,13); }
div.DivClassName
{
background-color: #D0C80D;
}
.BgClassName
{
background-color: #D0C80D;
}
</style>
border-color css
<style>
span { border-color: #D0C80D; }
span { border-color: rgb(208,200,13); }
td.TdClassName
{
border-color: #D0C80D;
}
.TagClassName
{
border-color: #D0C80D;
}
</style>