Shades of Bird Flower #CCCE11
Tints of Bird Flower #CCCE11
RGB
CMYK
RGB Variations
Color information
#CCCE11 (or 0xCCCE11) is known color: Bird Flower. HEX triplet: CC, CE and 11. RGB value is (204,206,17). Sum of RGB (Red+Green+Blue) = 204+206+17=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCE11 is #3331EE. Grayscale: #B8B8B8. Windows color (decimal): -3355119 or 1167052. OLE color: 1167052.
HSL color Cylindrical-coordinate representation of color #CCCE11: hue angle of 60.63º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCCE11 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 17 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.19 |
| HSL | 60.63º | 0.85% | 0.44% | - |
| HSV(B) | 60.63º | 0.92% | 0.81% | - |
| XYZ | 47.07 | 57.02 | 9.06 | - |
| YUV | 183.86 | 33.84 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 17 | 0.01 | 0 | 0.92 | 0.19 | 60.63 | 0.85 | 0.44 |
| Hex | CC | CE | 11 | 1 | 0 | 5C | 13 | 3D | 55 | 2C |
| Octal | 314 | 316 | 21 | 1 | 0 | 134 | 23 | 75 | 125 | 54 |
| Binary | 11001100 | 11001110 | 10001 | 1 | 0 | 1011100 | 10011 | 111101 | 1010101 | 101100 |
Color Harmonies of #CCCE11
Complementary color
Monochromatic Colors of #CCCE11
Black with #CCCE11
Text Example
Text Example
White with #CCCE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE11; }
p { color: rgb(204,206,17); }
H1.HeaderClassName
{
color: #CCCE11;
}
.AnyTagClassName
{
color: #CCCE11;
}
</style>
background-color css
<style>
a { background-color: #CCCE11; }
a { background-color: rgb(204,206,17); }
div.DivClassName
{
background-color: #CCCE11;
}
.BgClassName
{
background-color: #CCCE11;
}
</style>
border-color css
<style>
span { border-color: #CCCE11; }
span { border-color: rgb(204,206,17); }
td.TdClassName
{
border-color: #CCCE11;
}
.TagClassName
{
border-color: #CCCE11;
}
</style>