Shades of Bird Flower #CCB210
Tints of Bird Flower #CCB210
RGB
CMYK
RGB Variations
Color information
#CCB210 (or 0xCCB210) is known color: Bird Flower. HEX triplet: CC, B2 and 10. RGB value is (204,178,16). Sum of RGB (Red+Green+Blue) = 204+178+16=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB210 is #334DEF. Grayscale: #A7A7A7. Windows color (decimal): -3362288 or 1094348. OLE color: 1094348.
HSL color Cylindrical-coordinate representation of color #CCB210: hue angle of 51.7º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCB210 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 16 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.2 |
| HSL | 51.7º | 0.85% | 0.43% | - |
| HSV(B) | 51.7º | 0.92% | 0.8% | - |
| XYZ | 40.92 | 44.72 | 6.96 | - |
| YUV | 167.31 | 42.61 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 16 | 0 | 0.13 | 0.92 | 0.2 | 51.7 | 0.85 | 0.43 |
| Hex | CC | B2 | 10 | 0 | D | 5C | 14 | 34 | 55 | 2B |
| Octal | 314 | 262 | 20 | 0 | 15 | 134 | 24 | 64 | 125 | 53 |
| Binary | 11001100 | 10110010 | 10000 | 0 | 1101 | 1011100 | 10100 | 110100 | 1010101 | 101011 |
Color Harmonies of #CCB210
Complementary color
Monochromatic Colors of #CCB210
Black with #CCB210
Text Example
Text Example
White with #CCB210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB210; }
p { color: rgb(204,178,16); }
H1.HeaderClassName
{
color: #CCB210;
}
.AnyTagClassName
{
color: #CCB210;
}
</style>
background-color css
<style>
a { background-color: #CCB210; }
a { background-color: rgb(204,178,16); }
div.DivClassName
{
background-color: #CCB210;
}
.BgClassName
{
background-color: #CCB210;
}
</style>
border-color css
<style>
span { border-color: #CCB210; }
span { border-color: rgb(204,178,16); }
td.TdClassName
{
border-color: #CCB210;
}
.TagClassName
{
border-color: #CCB210;
}
</style>