Shades of Bird Flower #D0D20D
Tints of Bird Flower #D0D20D
RGB
CMYK
RGB Variations
Color information
#D0D20D (or 0xD0D20D) is known color: Bird Flower. HEX triplet: D0, D2 and 0D. RGB value is (208,210,13). Sum of RGB (Red+Green+Blue) = 208+210+13=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D20D is #2F2DF2. Grayscale: #BBBBBB. Windows color (decimal): -3091955 or 905936. OLE color: 905936.
HSL color Cylindrical-coordinate representation of color #D0D20D: hue angle of 60.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0D20D is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 13 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.18 |
| HSL | 60.61º | 0.88% | 0.44% | - |
| HSV(B) | 60.61º | 0.94% | 0.82% | - |
| XYZ | 49.13 | 59.53 | 9.28 | - |
| YUV | 186.94 | 29.84 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 13 | 0.01 | 0 | 0.94 | 0.18 | 60.61 | 0.88 | 0.44 |
| Hex | D0 | D2 | D | 1 | 0 | 5E | 12 | 3D | 58 | 2C |
| Octal | 320 | 322 | 15 | 1 | 0 | 136 | 22 | 75 | 130 | 54 |
| Binary | 11010000 | 11010010 | 1101 | 1 | 0 | 1011110 | 10010 | 111101 | 1011000 | 101100 |
Color Harmonies of #D0D20D
Complementary color
Monochromatic Colors of #D0D20D
Black with #D0D20D
Text Example
Text Example
White with #D0D20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D20D; }
p { color: rgb(208,210,13); }
H1.HeaderClassName
{
color: #D0D20D;
}
.AnyTagClassName
{
color: #D0D20D;
}
</style>
background-color css
<style>
a { background-color: #D0D20D; }
a { background-color: rgb(208,210,13); }
div.DivClassName
{
background-color: #D0D20D;
}
.BgClassName
{
background-color: #D0D20D;
}
</style>
border-color css
<style>
span { border-color: #D0D20D; }
span { border-color: rgb(208,210,13); }
td.TdClassName
{
border-color: #D0D20D;
}
.TagClassName
{
border-color: #D0D20D;
}
</style>