Shades of Bird Flower #CCAC0D
Tints of Bird Flower #CCAC0D
RGB
CMYK
RGB Variations
Color information
#CCAC0D (or 0xCCAC0D) is known color: Bird Flower. HEX triplet: CC, AC and 0D. RGB value is (204,172,13). Sum of RGB (Red+Green+Blue) = 204+172+13=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC0D is #3353F2. Grayscale: #A4A4A4. Windows color (decimal): -3363827 or 896204. OLE color: 896204.
HSL color Cylindrical-coordinate representation of color #CCAC0D: hue angle of 49.95º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCAC0D is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 13 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.2 |
| HSL | 49.95º | 0.88% | 0.43% | - |
| HSV(B) | 49.95º | 0.94% | 0.8% | - |
| XYZ | 39.73 | 42.37 | 6.47 | - |
| YUV | 163.44 | 43.1 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 13 | 0 | 0.16 | 0.94 | 0.2 | 49.95 | 0.88 | 0.43 |
| Hex | CC | AC | D | 0 | 10 | 5E | 14 | 32 | 58 | 2B |
| Octal | 314 | 254 | 15 | 0 | 20 | 136 | 24 | 62 | 130 | 53 |
| Binary | 11001100 | 10101100 | 1101 | 0 | 10000 | 1011110 | 10100 | 110010 | 1011000 | 101011 |
Color Harmonies of #CCAC0D
Complementary color
Monochromatic Colors of #CCAC0D
Black with #CCAC0D
Text Example
Text Example
White with #CCAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC0D; }
p { color: rgb(204,172,13); }
H1.HeaderClassName
{
color: #CCAC0D;
}
.AnyTagClassName
{
color: #CCAC0D;
}
</style>
background-color css
<style>
a { background-color: #CCAC0D; }
a { background-color: rgb(204,172,13); }
div.DivClassName
{
background-color: #CCAC0D;
}
.BgClassName
{
background-color: #CCAC0D;
}
</style>
border-color css
<style>
span { border-color: #CCAC0D; }
span { border-color: rgb(204,172,13); }
td.TdClassName
{
border-color: #CCAC0D;
}
.TagClassName
{
border-color: #CCAC0D;
}
</style>