Shades of Bird Flower #CCC412
Tints of Bird Flower #CCC412
RGB
CMYK
RGB Variations
Color information
#CCC412 (or 0xCCC412) is known color: Bird Flower. HEX triplet: CC, C4 and 12. RGB value is (204,196,18). Sum of RGB (Red+Green+Blue) = 204+196+18=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC412 is #333BED. Grayscale: #B2B2B2. Windows color (decimal): -3357678 or 1230028. OLE color: 1230028.
HSL color Cylindrical-coordinate representation of color #CCC412: hue angle of 57.42º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCC412 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 18 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.2 |
| HSL | 57.42º | 0.84% | 0.44% | - |
| HSV(B) | 57.42º | 0.91% | 0.8% | - |
| XYZ | 44.75 | 52.36 | 8.32 | - |
| YUV | 178.1 | 37.65 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 18 | 0 | 0.04 | 0.91 | 0.2 | 57.42 | 0.84 | 0.44 |
| Hex | CC | C4 | 12 | 0 | 4 | 5B | 14 | 39 | 54 | 2C |
| Octal | 314 | 304 | 22 | 0 | 4 | 133 | 24 | 71 | 124 | 54 |
| Binary | 11001100 | 11000100 | 10010 | 0 | 100 | 1011011 | 10100 | 111001 | 1010100 | 101100 |
Color Harmonies of #CCC412
Complementary color
Monochromatic Colors of #CCC412
Black with #CCC412
Text Example
Text Example
White with #CCC412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC412; }
p { color: rgb(204,196,18); }
H1.HeaderClassName
{
color: #CCC412;
}
.AnyTagClassName
{
color: #CCC412;
}
</style>
background-color css
<style>
a { background-color: #CCC412; }
a { background-color: rgb(204,196,18); }
div.DivClassName
{
background-color: #CCC412;
}
.BgClassName
{
background-color: #CCC412;
}
</style>
border-color css
<style>
span { border-color: #CCC412; }
span { border-color: rgb(204,196,18); }
td.TdClassName
{
border-color: #CCC412;
}
.TagClassName
{
border-color: #CCC412;
}
</style>