Shades of Bird Flower #CCD70E
Tints of Bird Flower #CCD70E
RGB
CMYK
RGB Variations
Color information
#CCD70E (or 0xCCD70E) is known color: Bird Flower. HEX triplet: CC, D7 and 0E. RGB value is (204,215,14). Sum of RGB (Red+Green+Blue) = 204+215+14=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD70E is #3328F1. Grayscale: #BDBDBD. Windows color (decimal): -3352818 or 972748. OLE color: 972748.
HSL color Cylindrical-coordinate representation of color #CCD70E: hue angle of 63.28º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCD70E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 14 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.16 |
| HSL | 63.28º | 0.88% | 0.45% | - |
| HSV(B) | 63.28º | 0.93% | 0.84% | - |
| XYZ | 49.28 | 61.47 | 9.68 | - |
| YUV | 188.8 | 29.36 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 14 | 0.05 | 0 | 0.93 | 0.16 | 63.28 | 0.88 | 0.45 |
| Hex | CC | D7 | E | 5 | 0 | 5D | 10 | 3F | 58 | 2D |
| Octal | 314 | 327 | 16 | 5 | 0 | 135 | 20 | 77 | 130 | 55 |
| Binary | 11001100 | 11010111 | 1110 | 101 | 0 | 1011101 | 10000 | 111111 | 1011000 | 101101 |
Color Harmonies of #CCD70E
Complementary color
Monochromatic Colors of #CCD70E
Black with #CCD70E
Text Example
Text Example
White with #CCD70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD70E; }
p { color: rgb(204,215,14); }
H1.HeaderClassName
{
color: #CCD70E;
}
.AnyTagClassName
{
color: #CCD70E;
}
</style>
background-color css
<style>
a { background-color: #CCD70E; }
a { background-color: rgb(204,215,14); }
div.DivClassName
{
background-color: #CCD70E;
}
.BgClassName
{
background-color: #CCD70E;
}
</style>
border-color css
<style>
span { border-color: #CCD70E; }
span { border-color: rgb(204,215,14); }
td.TdClassName
{
border-color: #CCD70E;
}
.TagClassName
{
border-color: #CCD70E;
}
</style>