Shades of Bird Flower #D0D50D
Tints of Bird Flower #D0D50D
RGB
CMYK
RGB Variations
Color information
#D0D50D (or 0xD0D50D) is known color: Bird Flower. HEX triplet: D0, D5 and 0D. RGB value is (208,213,13). Sum of RGB (Red+Green+Blue) = 208+213+13=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D50D is #2F2AF2. Grayscale: #BDBDBD. Windows color (decimal): -3091187 or 906704. OLE color: 906704.
HSL color Cylindrical-coordinate representation of color #D0D50D: hue angle of 61.5º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0D50D is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 213 | 13 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.16 |
| HSL | 61.5º | 0.88% | 0.44% | - |
| HSV(B) | 61.5º | 0.94% | 0.84% | - |
| XYZ | 49.88 | 61.03 | 9.53 | - |
| YUV | 188.71 | 28.84 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 213 | 13 | 0.02 | 0 | 0.94 | 0.16 | 61.5 | 0.88 | 0.44 |
| Hex | D0 | D5 | D | 2 | 0 | 5E | 10 | 3E | 58 | 2C |
| Octal | 320 | 325 | 15 | 2 | 0 | 136 | 20 | 76 | 130 | 54 |
| Binary | 11010000 | 11010101 | 1101 | 10 | 0 | 1011110 | 10000 | 111110 | 1011000 | 101100 |
Color Harmonies of #D0D50D
Complementary color
Monochromatic Colors of #D0D50D
Black with #D0D50D
Text Example
Text Example
White with #D0D50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D50D; }
p { color: rgb(208,213,13); }
H1.HeaderClassName
{
color: #D0D50D;
}
.AnyTagClassName
{
color: #D0D50D;
}
</style>
background-color css
<style>
a { background-color: #D0D50D; }
a { background-color: rgb(208,213,13); }
div.DivClassName
{
background-color: #D0D50D;
}
.BgClassName
{
background-color: #D0D50D;
}
</style>
border-color css
<style>
span { border-color: #D0D50D; }
span { border-color: rgb(208,213,13); }
td.TdClassName
{
border-color: #D0D50D;
}
.TagClassName
{
border-color: #D0D50D;
}
</style>