Shades of Bird Flower #CCD70A
Tints of Bird Flower #CCD70A
RGB
CMYK
RGB Variations
Color information
#CCD70A (or 0xCCD70A) is known color: Bird Flower. HEX triplet: CC, D7 and 0A. RGB value is (204,215,10). Sum of RGB (Red+Green+Blue) = 204+215+10=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 10 (4.30% from 255 or 2.33% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD70A is #3328F5. Grayscale: #BDBDBD. Windows color (decimal): -3352822 or 710604. OLE color: 710604.
HSL color Cylindrical-coordinate representation of color #CCD70A: hue angle of 63.22º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCD70A is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 10 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.16 |
| HSL | 63.22º | 0.91% | 0.44% | - |
| HSV(B) | 63.22º | 0.95% | 0.84% | - |
| XYZ | 49.26 | 61.46 | 9.55 | - |
| YUV | 188.34 | 27.36 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 10 | 0.05 | 0 | 0.95 | 0.16 | 63.22 | 0.91 | 0.44 |
| Hex | CC | D7 | A | 5 | 0 | 5F | 10 | 3F | 5B | 2C |
| Octal | 314 | 327 | 12 | 5 | 0 | 137 | 20 | 77 | 133 | 54 |
| Binary | 11001100 | 11010111 | 1010 | 101 | 0 | 1011111 | 10000 | 111111 | 1011011 | 101100 |
Color Harmonies of #CCD70A
Complementary color
Monochromatic Colors of #CCD70A
Black with #CCD70A
Text Example
Text Example
White with #CCD70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD70A; }
p { color: rgb(204,215,10); }
H1.HeaderClassName
{
color: #CCD70A;
}
.AnyTagClassName
{
color: #CCD70A;
}
</style>
background-color css
<style>
a { background-color: #CCD70A; }
a { background-color: rgb(204,215,10); }
div.DivClassName
{
background-color: #CCD70A;
}
.BgClassName
{
background-color: #CCD70A;
}
</style>
border-color css
<style>
span { border-color: #CCD70A; }
span { border-color: rgb(204,215,10); }
td.TdClassName
{
border-color: #CCD70A;
}
.TagClassName
{
border-color: #CCD70A;
}
</style>