Shades of Bird Flower #CCD80A
Tints of Bird Flower #CCD80A
RGB
CMYK
RGB Variations
Color information
#CCD80A (or 0xCCD80A) is known color: Bird Flower. HEX triplet: CC, D8 and 0A. RGB value is (204,216,10). Sum of RGB (Red+Green+Blue) = 204+216+10=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD80A is #3327F5. Grayscale: #BDBDBD. Windows color (decimal): -3352566 or 710860. OLE color: 710860.
HSL color Cylindrical-coordinate representation of color #CCD80A: hue angle of 63.5º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCD80A is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 10 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.15 |
| HSL | 63.5º | 0.91% | 0.44% | - |
| HSV(B) | 63.5º | 0.95% | 0.85% | - |
| XYZ | 49.51 | 61.97 | 9.64 | - |
| YUV | 188.93 | 27.02 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 10 | 0.06 | 0 | 0.95 | 0.15 | 63.5 | 0.91 | 0.44 |
| Hex | CC | D8 | A | 6 | 0 | 5F | F | 3F | 5B | 2C |
| Octal | 314 | 330 | 12 | 6 | 0 | 137 | 17 | 77 | 133 | 54 |
| Binary | 11001100 | 11011000 | 1010 | 110 | 0 | 1011111 | 1111 | 111111 | 1011011 | 101100 |
Color Harmonies of #CCD80A
Complementary color
Monochromatic Colors of #CCD80A
Black with #CCD80A
Text Example
Text Example
White with #CCD80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD80A; }
p { color: rgb(204,216,10); }
H1.HeaderClassName
{
color: #CCD80A;
}
.AnyTagClassName
{
color: #CCD80A;
}
</style>
background-color css
<style>
a { background-color: #CCD80A; }
a { background-color: rgb(204,216,10); }
div.DivClassName
{
background-color: #CCD80A;
}
.BgClassName
{
background-color: #CCD80A;
}
</style>
border-color css
<style>
span { border-color: #CCD80A; }
span { border-color: rgb(204,216,10); }
td.TdClassName
{
border-color: #CCD80A;
}
.TagClassName
{
border-color: #CCD80A;
}
</style>