Shades of Bird Flower #CCD011
Tints of Bird Flower #CCD011
RGB
CMYK
RGB Variations
Color information
#CCD011 (or 0xCCD011) is known color: Bird Flower. HEX triplet: CC, D0 and 11. RGB value is (204,208,17). Sum of RGB (Red+Green+Blue) = 204+208+17=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 17 (7.03% from 255 or 3.96% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD011 is #332FEE. Grayscale: #B9B9B9. Windows color (decimal): -3354607 or 1167564. OLE color: 1167564.
HSL color Cylindrical-coordinate representation of color #CCD011: hue angle of 61.26º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCD011 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 17 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.18 |
| HSL | 61.26º | 0.85% | 0.44% | - |
| HSV(B) | 61.26º | 0.92% | 0.82% | - |
| XYZ | 47.56 | 57.99 | 9.22 | - |
| YUV | 185.03 | 33.17 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 17 | 0.02 | 0 | 0.92 | 0.18 | 61.26 | 0.85 | 0.44 |
| Hex | CC | D0 | 11 | 2 | 0 | 5C | 12 | 3D | 55 | 2C |
| Octal | 314 | 320 | 21 | 2 | 0 | 134 | 22 | 75 | 125 | 54 |
| Binary | 11001100 | 11010000 | 10001 | 10 | 0 | 1011100 | 10010 | 111101 | 1010101 | 101100 |
Color Harmonies of #CCD011
Complementary color
Monochromatic Colors of #CCD011
Black with #CCD011
Text Example
Text Example
White with #CCD011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD011; }
p { color: rgb(204,208,17); }
H1.HeaderClassName
{
color: #CCD011;
}
.AnyTagClassName
{
color: #CCD011;
}
</style>
background-color css
<style>
a { background-color: #CCD011; }
a { background-color: rgb(204,208,17); }
div.DivClassName
{
background-color: #CCD011;
}
.BgClassName
{
background-color: #CCD011;
}
</style>
border-color css
<style>
span { border-color: #CCD011; }
span { border-color: rgb(204,208,17); }
td.TdClassName
{
border-color: #CCD011;
}
.TagClassName
{
border-color: #CCD011;
}
</style>