Shades of Bird Flower #CCD80B
Tints of Bird Flower #CCD80B
RGB
CMYK
RGB Variations
Color information
#CCD80B (or 0xCCD80B) is known color: Bird Flower. HEX triplet: CC, D8 and 0B. RGB value is (204,216,11). Sum of RGB (Red+Green+Blue) = 204+216+11=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD80B is #3327F4. Grayscale: #BDBDBD. Windows color (decimal): -3352565 or 776396. OLE color: 776396.
HSL color Cylindrical-coordinate representation of color #CCD80B: hue angle of 63.51º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCD80B is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 11 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.15 |
| HSL | 63.51º | 0.9% | 0.45% | - |
| HSV(B) | 63.51º | 0.95% | 0.85% | - |
| XYZ | 49.52 | 61.97 | 9.67 | - |
| YUV | 189.04 | 27.52 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 11 | 0.06 | 0 | 0.95 | 0.15 | 63.51 | 0.9 | 0.45 |
| Hex | CC | D8 | B | 6 | 0 | 5F | F | 40 | 5A | 2D |
| Octal | 314 | 330 | 13 | 6 | 0 | 137 | 17 | 100 | 132 | 55 |
| Binary | 11001100 | 11011000 | 1011 | 110 | 0 | 1011111 | 1111 | 1000000 | 1011010 | 101101 |
Color Harmonies of #CCD80B
Complementary color
Monochromatic Colors of #CCD80B
Black with #CCD80B
Text Example
Text Example
White with #CCD80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD80B; }
p { color: rgb(204,216,11); }
H1.HeaderClassName
{
color: #CCD80B;
}
.AnyTagClassName
{
color: #CCD80B;
}
</style>
background-color css
<style>
a { background-color: #CCD80B; }
a { background-color: rgb(204,216,11); }
div.DivClassName
{
background-color: #CCD80B;
}
.BgClassName
{
background-color: #CCD80B;
}
</style>
border-color css
<style>
span { border-color: #CCD80B; }
span { border-color: rgb(204,216,11); }
td.TdClassName
{
border-color: #CCD80B;
}
.TagClassName
{
border-color: #CCD80B;
}
</style>