Shades of Bird Flower #CCAB00
Tints of Bird Flower #CCAB00
RGB
CMYK
RGB Variations
Color information
#CCAB00 (or 0xCCAB00) is known color: Bird Flower. HEX triplet: CC, AB and 00. RGB value is (204,171,0). Sum of RGB (Red+Green+Blue) = 204+171+0=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB00 is #3354FF. Grayscale: #A2A2A2. Windows color (decimal): -3364096 or 43980. OLE color: 43980.
HSL color Cylindrical-coordinate representation of color #CCAB00: hue angle of 50.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCAB00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.2 |
| HSL | 50.29º | 1% | 0.4% | - |
| HSV(B) | 50.29º | 1% | 0.8% | - |
| XYZ | 39.46 | 41.96 | 6.02 | - |
| YUV | 161.37 | 36.93 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 0 | 0 | 0.16 | 1 | 0.2 | 50.29 | 1 | 0.4 |
| Hex | CC | AB | 0 | 0 | 10 | 64 | 14 | 32 | 64 | 28 |
| Octal | 314 | 253 | 0 | 0 | 20 | 144 | 24 | 62 | 144 | 50 |
| Binary | 11001100 | 10101011 | 0 | 0 | 10000 | 1100100 | 10100 | 110010 | 1100100 | 101000 |
Color Harmonies of #CCAB00
Complementary color
Monochromatic Colors of #CCAB00
Black with #CCAB00
Text Example
Text Example
White with #CCAB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB00; }
p { color: rgb(204,171,0); }
H1.HeaderClassName
{
color: #CCAB00;
}
.AnyTagClassName
{
color: #CCAB00;
}
</style>
background-color css
<style>
a { background-color: #CCAB00; }
a { background-color: rgb(204,171,0); }
div.DivClassName
{
background-color: #CCAB00;
}
.BgClassName
{
background-color: #CCAB00;
}
</style>
border-color css
<style>
span { border-color: #CCAB00; }
span { border-color: rgb(204,171,0); }
td.TdClassName
{
border-color: #CCAB00;
}
.TagClassName
{
border-color: #CCAB00;
}
</style>