Shades of Bird Flower #CCAC10
Tints of Bird Flower #CCAC10
RGB
CMYK
RGB Variations
Color information
#CCAC10 (or 0xCCAC10) is known color: Bird Flower. HEX triplet: CC, AC and 10. RGB value is (204,172,16). Sum of RGB (Red+Green+Blue) = 204+172+16=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC10 is #3353EF. Grayscale: #A4A4A4. Windows color (decimal): -3363824 or 1092812. OLE color: 1092812.
HSL color Cylindrical-coordinate representation of color #CCAC10: hue angle of 49.79º 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 #CCAC10 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 16 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.2 |
| HSL | 49.79º | 0.85% | 0.43% | - |
| HSV(B) | 49.79º | 0.92% | 0.8% | - |
| XYZ | 39.75 | 42.38 | 6.58 | - |
| YUV | 163.78 | 44.6 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 16 | 0 | 0.16 | 0.92 | 0.2 | 49.79 | 0.85 | 0.43 |
| Hex | CC | AC | 10 | 0 | 10 | 5C | 14 | 32 | 55 | 2B |
| Octal | 314 | 254 | 20 | 0 | 20 | 134 | 24 | 62 | 125 | 53 |
| Binary | 11001100 | 10101100 | 10000 | 0 | 10000 | 1011100 | 10100 | 110010 | 1010101 | 101011 |
Color Harmonies of #CCAC10
Complementary color
Monochromatic Colors of #CCAC10
Black with #CCAC10
Text Example
Text Example
White with #CCAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC10; }
p { color: rgb(204,172,16); }
H1.HeaderClassName
{
color: #CCAC10;
}
.AnyTagClassName
{
color: #CCAC10;
}
</style>
background-color css
<style>
a { background-color: #CCAC10; }
a { background-color: rgb(204,172,16); }
div.DivClassName
{
background-color: #CCAC10;
}
.BgClassName
{
background-color: #CCAC10;
}
</style>
border-color css
<style>
span { border-color: #CCAC10; }
span { border-color: rgb(204,172,16); }
td.TdClassName
{
border-color: #CCAC10;
}
.TagClassName
{
border-color: #CCAC10;
}
</style>