Shades of Bird Flower #CCB212
Tints of Bird Flower #CCB212
RGB
CMYK
RGB Variations
Color information
#CCB212 (or 0xCCB212) is known color: Bird Flower. HEX triplet: CC, B2 and 12. RGB value is (204,178,18). Sum of RGB (Red+Green+Blue) = 204+178+18=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB212 is #334DED. Grayscale: #A8A8A8. Windows color (decimal): -3362286 or 1225420. OLE color: 1225420.
HSL color Cylindrical-coordinate representation of color #CCB212: hue angle of 51.61º 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 #CCB212 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 18 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.2 |
| HSL | 51.61º | 0.84% | 0.44% | - |
| HSV(B) | 51.61º | 0.91% | 0.8% | - |
| XYZ | 40.93 | 44.72 | 7.05 | - |
| YUV | 167.53 | 43.61 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 18 | 0 | 0.13 | 0.91 | 0.2 | 51.61 | 0.84 | 0.44 |
| Hex | CC | B2 | 12 | 0 | D | 5B | 14 | 34 | 54 | 2C |
| Octal | 314 | 262 | 22 | 0 | 15 | 133 | 24 | 64 | 124 | 54 |
| Binary | 11001100 | 10110010 | 10010 | 0 | 1101 | 1011011 | 10100 | 110100 | 1010100 | 101100 |
Color Harmonies of #CCB212
Complementary color
Monochromatic Colors of #CCB212
Black with #CCB212
Text Example
Text Example
White with #CCB212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB212; }
p { color: rgb(204,178,18); }
H1.HeaderClassName
{
color: #CCB212;
}
.AnyTagClassName
{
color: #CCB212;
}
</style>
background-color css
<style>
a { background-color: #CCB212; }
a { background-color: rgb(204,178,18); }
div.DivClassName
{
background-color: #CCB212;
}
.BgClassName
{
background-color: #CCB212;
}
</style>
border-color css
<style>
span { border-color: #CCB212; }
span { border-color: rgb(204,178,18); }
td.TdClassName
{
border-color: #CCB212;
}
.TagClassName
{
border-color: #CCB212;
}
</style>