Shades of Bird Flower #D0CA14
Tints of Bird Flower #D0CA14
RGB
CMYK
RGB Variations
Color information
#D0CA14 (or 0xD0CA14) is known color: Bird Flower. HEX triplet: D0, CA and 14. RGB value is (208,202,20). Sum of RGB (Red+Green+Blue) = 208+202+20=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CA14 is #2F35EB. Grayscale: #B7B7B7. Windows color (decimal): -3093996 or 1362640. OLE color: 1362640.
HSL color Cylindrical-coordinate representation of color #D0CA14: hue angle of 58.09º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0CA14 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 20 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.18 |
| HSL | 58.09º | 0.82% | 0.45% | - |
| HSV(B) | 58.09º | 0.9% | 0.82% | - |
| XYZ | 47.26 | 55.7 | 8.92 | - |
| YUV | 183.05 | 35.99 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 20 | 0 | 0.03 | 0.90 | 0.18 | 58.09 | 0.82 | 0.45 |
| Hex | D0 | CA | 14 | 0 | 3 | 5A | 12 | 3A | 52 | 2D |
| Octal | 320 | 312 | 24 | 0 | 3 | 132 | 22 | 72 | 122 | 55 |
| Binary | 11010000 | 11001010 | 10100 | 0 | 11 | 1011010 | 10010 | 111010 | 1010010 | 101101 |
Color Harmonies of #D0CA14
Complementary color
Monochromatic Colors of #D0CA14
Black with #D0CA14
Text Example
Text Example
White with #D0CA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA14; }
p { color: rgb(208,202,20); }
H1.HeaderClassName
{
color: #D0CA14;
}
.AnyTagClassName
{
color: #D0CA14;
}
</style>
background-color css
<style>
a { background-color: #D0CA14; }
a { background-color: rgb(208,202,20); }
div.DivClassName
{
background-color: #D0CA14;
}
.BgClassName
{
background-color: #D0CA14;
}
</style>
border-color css
<style>
span { border-color: #D0CA14; }
span { border-color: rgb(208,202,20); }
td.TdClassName
{
border-color: #D0CA14;
}
.TagClassName
{
border-color: #D0CA14;
}
</style>