Shades of Bird Flower #CCAC0A
Tints of Bird Flower #CCAC0A
RGB
CMYK
RGB Variations
Color information
#CCAC0A (or 0xCCAC0A) is known color: Bird Flower. HEX triplet: CC, AC and 0A. RGB value is (204,172,10). Sum of RGB (Red+Green+Blue) = 204+172+10=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC0A is #3353F5. Grayscale: #A3A3A3. Windows color (decimal): -3363830 or 699596. OLE color: 699596.
HSL color Cylindrical-coordinate representation of color #CCAC0A: hue angle of 50.1º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCAC0A is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 10 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.2 |
| HSL | 50.1º | 0.91% | 0.42% | - |
| HSV(B) | 50.1º | 0.95% | 0.8% | - |
| XYZ | 39.71 | 42.36 | 6.37 | - |
| YUV | 163.1 | 41.6 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 10 | 0 | 0.16 | 0.95 | 0.2 | 50.1 | 0.91 | 0.42 |
| Hex | CC | AC | A | 0 | 10 | 5F | 14 | 32 | 5B | 2A |
| Octal | 314 | 254 | 12 | 0 | 20 | 137 | 24 | 62 | 133 | 52 |
| Binary | 11001100 | 10101100 | 1010 | 0 | 10000 | 1011111 | 10100 | 110010 | 1011011 | 101010 |
Color Harmonies of #CCAC0A
Complementary color
Monochromatic Colors of #CCAC0A
Black with #CCAC0A
Text Example
Text Example
White with #CCAC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC0A; }
p { color: rgb(204,172,10); }
H1.HeaderClassName
{
color: #CCAC0A;
}
.AnyTagClassName
{
color: #CCAC0A;
}
</style>
background-color css
<style>
a { background-color: #CCAC0A; }
a { background-color: rgb(204,172,10); }
div.DivClassName
{
background-color: #CCAC0A;
}
.BgClassName
{
background-color: #CCAC0A;
}
</style>
border-color css
<style>
span { border-color: #CCAC0A; }
span { border-color: rgb(204,172,10); }
td.TdClassName
{
border-color: #CCAC0A;
}
.TagClassName
{
border-color: #CCAC0A;
}
</style>