Shades of Bird Flower #CCAC04
Tints of Bird Flower #CCAC04
RGB
CMYK
RGB Variations
Color information
#CCAC04 (or 0xCCAC04) is known color: Bird Flower. HEX triplet: CC, AC and 04. RGB value is (204,172,4). Sum of RGB (Red+Green+Blue) = 204+172+4=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 4 (1.95% from 255 or 1.05% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC04 is #3353FB. Grayscale: #A3A3A3. Windows color (decimal): -3363836 or 306380. OLE color: 306380.
HSL color Cylindrical-coordinate representation of color #CCAC04: hue angle of 50.4º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCAC04 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.2 |
| HSL | 50.4º | 0.96% | 0.41% | - |
| HSV(B) | 50.4º | 0.98% | 0.8% | - |
| XYZ | 39.68 | 42.35 | 6.2 | - |
| YUV | 162.42 | 38.6 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 4 | 0 | 0.16 | 0.98 | 0.2 | 50.4 | 0.96 | 0.41 |
| Hex | CC | AC | 4 | 0 | 10 | 62 | 14 | 32 | 60 | 29 |
| Octal | 314 | 254 | 4 | 0 | 20 | 142 | 24 | 62 | 140 | 51 |
| Binary | 11001100 | 10101100 | 100 | 0 | 10000 | 1100010 | 10100 | 110010 | 1100000 | 101001 |
Color Harmonies of #CCAC04
Complementary color
Monochromatic Colors of #CCAC04
Black with #CCAC04
Text Example
Text Example
White with #CCAC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC04; }
p { color: rgb(204,172,4); }
H1.HeaderClassName
{
color: #CCAC04;
}
.AnyTagClassName
{
color: #CCAC04;
}
</style>
background-color css
<style>
a { background-color: #CCAC04; }
a { background-color: rgb(204,172,4); }
div.DivClassName
{
background-color: #CCAC04;
}
.BgClassName
{
background-color: #CCAC04;
}
</style>
border-color css
<style>
span { border-color: #CCAC04; }
span { border-color: rgb(204,172,4); }
td.TdClassName
{
border-color: #CCAC04;
}
.TagClassName
{
border-color: #CCAC04;
}
</style>