Shades of Bird Flower #CCAB0E
Tints of Bird Flower #CCAB0E
RGB
CMYK
RGB Variations
Color information
#CCAB0E (or 0xCCAB0E) is known color: Bird Flower. HEX triplet: CC, AB and 0E. RGB value is (204,171,14). Sum of RGB (Red+Green+Blue) = 204+171+14=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB0E is #3354F1. Grayscale: #A3A3A3. Windows color (decimal): -3364082 or 961484. OLE color: 961484.
HSL color Cylindrical-coordinate representation of color #CCAB0E: hue angle of 49.58º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCAB0E is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 14 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.2 |
| HSL | 49.58º | 0.87% | 0.43% | - |
| HSV(B) | 49.58º | 0.93% | 0.8% | - |
| XYZ | 39.54 | 41.99 | 6.44 | - |
| YUV | 162.97 | 43.93 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 14 | 0 | 0.16 | 0.93 | 0.2 | 49.58 | 0.87 | 0.43 |
| Hex | CC | AB | E | 0 | 10 | 5D | 14 | 32 | 57 | 2B |
| Octal | 314 | 253 | 16 | 0 | 20 | 135 | 24 | 62 | 127 | 53 |
| Binary | 11001100 | 10101011 | 1110 | 0 | 10000 | 1011101 | 10100 | 110010 | 1010111 | 101011 |
Color Harmonies of #CCAB0E
Complementary color
Monochromatic Colors of #CCAB0E
Black with #CCAB0E
Text Example
Text Example
White with #CCAB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB0E; }
p { color: rgb(204,171,14); }
H1.HeaderClassName
{
color: #CCAB0E;
}
.AnyTagClassName
{
color: #CCAB0E;
}
</style>
background-color css
<style>
a { background-color: #CCAB0E; }
a { background-color: rgb(204,171,14); }
div.DivClassName
{
background-color: #CCAB0E;
}
.BgClassName
{
background-color: #CCAB0E;
}
</style>
border-color css
<style>
span { border-color: #CCAB0E; }
span { border-color: rgb(204,171,14); }
td.TdClassName
{
border-color: #CCAB0E;
}
.TagClassName
{
border-color: #CCAB0E;
}
</style>