Shades of Bird Flower #CCAA01
Tints of Bird Flower #CCAA01
RGB
CMYK
RGB Variations
Color information
#CCAA01 (or 0xCCAA01) is known color: Bird Flower. HEX triplet: CC, AA and 01. RGB value is (204,170,1). Sum of RGB (Red+Green+Blue) = 204+170+1=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAA01 is #3355FE. Grayscale: #A1A1A1. Windows color (decimal): -3364351 or 109260. OLE color: 109260.
HSL color Cylindrical-coordinate representation of color #CCAA01: hue angle of 49.95º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCAA01 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.2 |
| HSL | 49.95º | 0.99% | 0.4% | - |
| HSV(B) | 49.95º | 1% | 0.8% | - |
| XYZ | 39.28 | 41.59 | 5.99 | - |
| YUV | 160.9 | 37.76 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 1 | 0 | 0.17 | 1.00 | 0.2 | 49.95 | 0.99 | 0.4 |
| Hex | CC | AA | 1 | 0 | 11 | 64 | 14 | 32 | 63 | 28 |
| Octal | 314 | 252 | 1 | 0 | 21 | 144 | 24 | 62 | 143 | 50 |
| Binary | 11001100 | 10101010 | 1 | 0 | 10001 | 1100100 | 10100 | 110010 | 1100011 | 101000 |
Color Harmonies of #CCAA01
Complementary color
Monochromatic Colors of #CCAA01
Black with #CCAA01
Text Example
Text Example
White with #CCAA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA01; }
p { color: rgb(204,170,1); }
H1.HeaderClassName
{
color: #CCAA01;
}
.AnyTagClassName
{
color: #CCAA01;
}
</style>
background-color css
<style>
a { background-color: #CCAA01; }
a { background-color: rgb(204,170,1); }
div.DivClassName
{
background-color: #CCAA01;
}
.BgClassName
{
background-color: #CCAA01;
}
</style>
border-color css
<style>
span { border-color: #CCAA01; }
span { border-color: rgb(204,170,1); }
td.TdClassName
{
border-color: #CCAA01;
}
.TagClassName
{
border-color: #CCAA01;
}
</style>