Shades of Bird Flower #CCAC07
Tints of Bird Flower #CCAC07
RGB
CMYK
RGB Variations
Color information
#CCAC07 (or 0xCCAC07) is known color: Bird Flower. HEX triplet: CC, AC and 07. RGB value is (204,172,7). Sum of RGB (Red+Green+Blue) = 204+172+7=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 7 (3.12% from 255 or 1.83% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC07 is #3353F8. Grayscale: #A3A3A3. Windows color (decimal): -3363833 or 502988. OLE color: 502988.
HSL color Cylindrical-coordinate representation of color #CCAC07: hue angle of 50.25º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCAC07 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 7 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.2 |
| HSL | 50.25º | 0.93% | 0.41% | - |
| HSV(B) | 50.25º | 0.97% | 0.8% | - |
| XYZ | 39.69 | 42.36 | 6.28 | - |
| YUV | 162.76 | 40.1 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 7 | 0 | 0.16 | 0.97 | 0.2 | 50.25 | 0.93 | 0.41 |
| Hex | CC | AC | 7 | 0 | 10 | 61 | 14 | 32 | 5D | 29 |
| Octal | 314 | 254 | 7 | 0 | 20 | 141 | 24 | 62 | 135 | 51 |
| Binary | 11001100 | 10101100 | 111 | 0 | 10000 | 1100001 | 10100 | 110010 | 1011101 | 101001 |
Color Harmonies of #CCAC07
Complementary color
Monochromatic Colors of #CCAC07
Black with #CCAC07
Text Example
Text Example
White with #CCAC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC07; }
p { color: rgb(204,172,7); }
H1.HeaderClassName
{
color: #CCAC07;
}
.AnyTagClassName
{
color: #CCAC07;
}
</style>
background-color css
<style>
a { background-color: #CCAC07; }
a { background-color: rgb(204,172,7); }
div.DivClassName
{
background-color: #CCAC07;
}
.BgClassName
{
background-color: #CCAC07;
}
</style>
border-color css
<style>
span { border-color: #CCAC07; }
span { border-color: rgb(204,172,7); }
td.TdClassName
{
border-color: #CCAC07;
}
.TagClassName
{
border-color: #CCAC07;
}
</style>