Shades of Bird Flower #CCAC0B
Tints of Bird Flower #CCAC0B
RGB
CMYK
RGB Variations
Color information
#CCAC0B (or 0xCCAC0B) is known color: Bird Flower. HEX triplet: CC, AC and 0B. RGB value is (204,172,11). Sum of RGB (Red+Green+Blue) = 204+172+11=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC0B is #3353F4. Grayscale: #A3A3A3. Windows color (decimal): -3363829 or 765132. OLE color: 765132.
HSL color Cylindrical-coordinate representation of color #CCAC0B: hue angle of 50.05º degrees, saturation: 0.9, 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 #CCAC0B is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 11 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.2 |
| HSL | 50.05º | 0.9% | 0.42% | - |
| HSV(B) | 50.05º | 0.95% | 0.8% | - |
| XYZ | 39.71 | 42.37 | 6.4 | - |
| YUV | 163.21 | 42.1 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 11 | 0 | 0.16 | 0.95 | 0.2 | 50.05 | 0.9 | 0.42 |
| Hex | CC | AC | B | 0 | 10 | 5F | 14 | 32 | 5A | 2A |
| Octal | 314 | 254 | 13 | 0 | 20 | 137 | 24 | 62 | 132 | 52 |
| Binary | 11001100 | 10101100 | 1011 | 0 | 10000 | 1011111 | 10100 | 110010 | 1011010 | 101010 |
Color Harmonies of #CCAC0B
Complementary color
Monochromatic Colors of #CCAC0B
Black with #CCAC0B
Text Example
Text Example
White with #CCAC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC0B; }
p { color: rgb(204,172,11); }
H1.HeaderClassName
{
color: #CCAC0B;
}
.AnyTagClassName
{
color: #CCAC0B;
}
</style>
background-color css
<style>
a { background-color: #CCAC0B; }
a { background-color: rgb(204,172,11); }
div.DivClassName
{
background-color: #CCAC0B;
}
.BgClassName
{
background-color: #CCAC0B;
}
</style>
border-color css
<style>
span { border-color: #CCAC0B; }
span { border-color: rgb(204,172,11); }
td.TdClassName
{
border-color: #CCAC0B;
}
.TagClassName
{
border-color: #CCAC0B;
}
</style>