Shades of Bird Flower #CCAB0A
Tints of Bird Flower #CCAB0A
RGB
CMYK
RGB Variations
Color information
#CCAB0A (or 0xCCAB0A) is known color: Bird Flower. HEX triplet: CC, AB and 0A. RGB value is (204,171,10). Sum of RGB (Red+Green+Blue) = 204+171+10=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB0A is #3354F5. Grayscale: #A3A3A3. Windows color (decimal): -3364086 or 699340. OLE color: 699340.
HSL color Cylindrical-coordinate representation of color #CCAB0A: hue angle of 49.79º 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 #CCAB0A is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 10 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.2 |
| HSL | 49.79º | 0.91% | 0.42% | - |
| HSV(B) | 49.79º | 0.95% | 0.8% | - |
| XYZ | 39.52 | 41.99 | 6.31 | - |
| YUV | 162.51 | 41.93 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 10 | 0 | 0.16 | 0.95 | 0.2 | 49.79 | 0.91 | 0.42 |
| Hex | CC | AB | A | 0 | 10 | 5F | 14 | 32 | 5B | 2A |
| Octal | 314 | 253 | 12 | 0 | 20 | 137 | 24 | 62 | 133 | 52 |
| Binary | 11001100 | 10101011 | 1010 | 0 | 10000 | 1011111 | 10100 | 110010 | 1011011 | 101010 |
Color Harmonies of #CCAB0A
Complementary color
Monochromatic Colors of #CCAB0A
Black with #CCAB0A
Text Example
Text Example
White with #CCAB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB0A; }
p { color: rgb(204,171,10); }
H1.HeaderClassName
{
color: #CCAB0A;
}
.AnyTagClassName
{
color: #CCAB0A;
}
</style>
background-color css
<style>
a { background-color: #CCAB0A; }
a { background-color: rgb(204,171,10); }
div.DivClassName
{
background-color: #CCAB0A;
}
.BgClassName
{
background-color: #CCAB0A;
}
</style>
border-color css
<style>
span { border-color: #CCAB0A; }
span { border-color: rgb(204,171,10); }
td.TdClassName
{
border-color: #CCAB0A;
}
.TagClassName
{
border-color: #CCAB0A;
}
</style>