Shades of Bird Flower #D0CC14
Tints of Bird Flower #D0CC14
RGB
CMYK
RGB Variations
Color information
#D0CC14 (or 0xD0CC14) is known color: Bird Flower. HEX triplet: D0, CC and 14. RGB value is (208,204,20). Sum of RGB (Red+Green+Blue) = 208+204+20=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CC14 is #2F33EB. Grayscale: #B8B8B8. Windows color (decimal): -3093484 or 1363152. OLE color: 1363152.
HSL color Cylindrical-coordinate representation of color #D0CC14: hue angle of 58.72º 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 #D0CC14 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 20 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.18 |
| HSL | 58.72º | 0.82% | 0.45% | - |
| HSV(B) | 58.72º | 0.9% | 0.82% | - |
| XYZ | 47.73 | 56.65 | 9.08 | - |
| YUV | 184.22 | 35.33 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 20 | 0 | 0.02 | 0.90 | 0.18 | 58.72 | 0.82 | 0.45 |
| Hex | D0 | CC | 14 | 0 | 2 | 5A | 12 | 3B | 52 | 2D |
| Octal | 320 | 314 | 24 | 0 | 2 | 132 | 22 | 73 | 122 | 55 |
| Binary | 11010000 | 11001100 | 10100 | 0 | 10 | 1011010 | 10010 | 111011 | 1010010 | 101101 |
Color Harmonies of #D0CC14
Complementary color
Monochromatic Colors of #D0CC14
Black with #D0CC14
Text Example
Text Example
White with #D0CC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC14; }
p { color: rgb(208,204,20); }
H1.HeaderClassName
{
color: #D0CC14;
}
.AnyTagClassName
{
color: #D0CC14;
}
</style>
background-color css
<style>
a { background-color: #D0CC14; }
a { background-color: rgb(208,204,20); }
div.DivClassName
{
background-color: #D0CC14;
}
.BgClassName
{
background-color: #D0CC14;
}
</style>
border-color css
<style>
span { border-color: #D0CC14; }
span { border-color: rgb(208,204,20); }
td.TdClassName
{
border-color: #D0CC14;
}
.TagClassName
{
border-color: #D0CC14;
}
</style>