Shades of Bird Flower #D0D30C
Tints of Bird Flower #D0D30C
RGB
CMYK
RGB Variations
Color information
#D0D30C (or 0xD0D30C) is known color: Bird Flower. HEX triplet: D0, D3 and 0C. RGB value is (208,211,12). Sum of RGB (Red+Green+Blue) = 208+211+12=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D30C is #2F2CF3. Grayscale: #BCBCBC. Windows color (decimal): -3091700 or 840656. OLE color: 840656.
HSL color Cylindrical-coordinate representation of color #D0D30C: hue angle of 60.9º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0D30C is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 12 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.17 |
| HSL | 60.9º | 0.89% | 0.44% | - |
| HSV(B) | 60.9º | 0.94% | 0.83% | - |
| XYZ | 49.37 | 60.02 | 9.33 | - |
| YUV | 187.42 | 29.01 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 12 | 0.01 | 0 | 0.94 | 0.17 | 60.9 | 0.89 | 0.44 |
| Hex | D0 | D3 | C | 1 | 0 | 5E | 11 | 3D | 59 | 2C |
| Octal | 320 | 323 | 14 | 1 | 0 | 136 | 21 | 75 | 131 | 54 |
| Binary | 11010000 | 11010011 | 1100 | 1 | 0 | 1011110 | 10001 | 111101 | 1011001 | 101100 |
Color Harmonies of #D0D30C
Complementary color
Monochromatic Colors of #D0D30C
Black with #D0D30C
Text Example
Text Example
White with #D0D30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D30C; }
p { color: rgb(208,211,12); }
H1.HeaderClassName
{
color: #D0D30C;
}
.AnyTagClassName
{
color: #D0D30C;
}
</style>
background-color css
<style>
a { background-color: #D0D30C; }
a { background-color: rgb(208,211,12); }
div.DivClassName
{
background-color: #D0D30C;
}
.BgClassName
{
background-color: #D0D30C;
}
</style>
border-color css
<style>
span { border-color: #D0D30C; }
span { border-color: rgb(208,211,12); }
td.TdClassName
{
border-color: #D0D30C;
}
.TagClassName
{
border-color: #D0D30C;
}
</style>