Shades of Bird Flower #CCAB08
Tints of Bird Flower #CCAB08
RGB
CMYK
RGB Variations
Color information
#CCAB08 (or 0xCCAB08) is known color: Bird Flower. HEX triplet: CC, AB and 08. RGB value is (204,171,8). Sum of RGB (Red+Green+Blue) = 204+171+8=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 8 (3.52% from 255 or 2.09% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB08 is #3354F7. Grayscale: #A2A2A2. Windows color (decimal): -3364088 or 568268. OLE color: 568268.
HSL color Cylindrical-coordinate representation of color #CCAB08: hue angle of 49.9º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCAB08 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 8 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.2 |
| HSL | 49.9º | 0.92% | 0.42% | - |
| HSV(B) | 49.9º | 0.96% | 0.8% | - |
| XYZ | 39.51 | 41.98 | 6.25 | - |
| YUV | 162.29 | 40.93 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 8 | 0 | 0.16 | 0.96 | 0.2 | 49.9 | 0.92 | 0.42 |
| Hex | CC | AB | 8 | 0 | 10 | 60 | 14 | 32 | 5C | 2A |
| Octal | 314 | 253 | 10 | 0 | 20 | 140 | 24 | 62 | 134 | 52 |
| Binary | 11001100 | 10101011 | 1000 | 0 | 10000 | 1100000 | 10100 | 110010 | 1011100 | 101010 |
Color Harmonies of #CCAB08
Complementary color
Monochromatic Colors of #CCAB08
Black with #CCAB08
Text Example
Text Example
White with #CCAB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB08; }
p { color: rgb(204,171,8); }
H1.HeaderClassName
{
color: #CCAB08;
}
.AnyTagClassName
{
color: #CCAB08;
}
</style>
background-color css
<style>
a { background-color: #CCAB08; }
a { background-color: rgb(204,171,8); }
div.DivClassName
{
background-color: #CCAB08;
}
.BgClassName
{
background-color: #CCAB08;
}
</style>
border-color css
<style>
span { border-color: #CCAB08; }
span { border-color: rgb(204,171,8); }
td.TdClassName
{
border-color: #CCAB08;
}
.TagClassName
{
border-color: #CCAB08;
}
</style>