Shades of Bird Flower #CCAC11
Tints of Bird Flower #CCAC11
RGB
CMYK
RGB Variations
Color information
#CCAC11 (or 0xCCAC11) is known color: Bird Flower. HEX triplet: CC, AC and 11. RGB value is (204,172,17). Sum of RGB (Red+Green+Blue) = 204+172+17=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC11 is #3353EE. Grayscale: #A4A4A4. Windows color (decimal): -3363823 or 1158348. OLE color: 1158348.
HSL color Cylindrical-coordinate representation of color #CCAC11: hue angle of 49.73º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCAC11 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 17 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.2 |
| HSL | 49.73º | 0.85% | 0.43% | - |
| HSV(B) | 49.73º | 0.92% | 0.8% | - |
| XYZ | 39.76 | 42.38 | 6.62 | - |
| YUV | 163.9 | 45.1 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 17 | 0 | 0.16 | 0.92 | 0.2 | 49.73 | 0.85 | 0.43 |
| Hex | CC | AC | 11 | 0 | 10 | 5C | 14 | 32 | 55 | 2B |
| Octal | 314 | 254 | 21 | 0 | 20 | 134 | 24 | 62 | 125 | 53 |
| Binary | 11001100 | 10101100 | 10001 | 0 | 10000 | 1011100 | 10100 | 110010 | 1010101 | 101011 |
Color Harmonies of #CCAC11
Complementary color
Monochromatic Colors of #CCAC11
Black with #CCAC11
Text Example
Text Example
White with #CCAC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC11; }
p { color: rgb(204,172,17); }
H1.HeaderClassName
{
color: #CCAC11;
}
.AnyTagClassName
{
color: #CCAC11;
}
</style>
background-color css
<style>
a { background-color: #CCAC11; }
a { background-color: rgb(204,172,17); }
div.DivClassName
{
background-color: #CCAC11;
}
.BgClassName
{
background-color: #CCAC11;
}
</style>
border-color css
<style>
span { border-color: #CCAC11; }
span { border-color: rgb(204,172,17); }
td.TdClassName
{
border-color: #CCAC11;
}
.TagClassName
{
border-color: #CCAC11;
}
</style>