Shades of Bird Flower #CCB70C
Tints of Bird Flower #CCB70C
RGB
CMYK
RGB Variations
Color information
#CCB70C (or 0xCCB70C) is known color: Bird Flower. HEX triplet: CC, B7 and 0C. RGB value is (204,183,12). Sum of RGB (Red+Green+Blue) = 204+183+12=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB70C is #3348F3. Grayscale: #AAAAAA. Windows color (decimal): -3361012 or 833484. OLE color: 833484.
HSL color Cylindrical-coordinate representation of color #CCB70C: hue angle of 53.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCB70C is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 12 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.2 |
| HSL | 53.44º | 0.89% | 0.42% | - |
| HSV(B) | 53.44º | 0.94% | 0.8% | - |
| XYZ | 41.9 | 46.73 | 7.16 | - |
| YUV | 169.79 | 38.96 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 12 | 0 | 0.10 | 0.94 | 0.2 | 53.44 | 0.89 | 0.42 |
| Hex | CC | B7 | C | 0 | A | 5E | 14 | 35 | 59 | 2A |
| Octal | 314 | 267 | 14 | 0 | 12 | 136 | 24 | 65 | 131 | 52 |
| Binary | 11001100 | 10110111 | 1100 | 0 | 1010 | 1011110 | 10100 | 110101 | 1011001 | 101010 |
Color Harmonies of #CCB70C
Complementary color
Monochromatic Colors of #CCB70C
Black with #CCB70C
Text Example
Text Example
White with #CCB70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB70C; }
p { color: rgb(204,183,12); }
H1.HeaderClassName
{
color: #CCB70C;
}
.AnyTagClassName
{
color: #CCB70C;
}
</style>
background-color css
<style>
a { background-color: #CCB70C; }
a { background-color: rgb(204,183,12); }
div.DivClassName
{
background-color: #CCB70C;
}
.BgClassName
{
background-color: #CCB70C;
}
</style>
border-color css
<style>
span { border-color: #CCB70C; }
span { border-color: rgb(204,183,12); }
td.TdClassName
{
border-color: #CCB70C;
}
.TagClassName
{
border-color: #CCB70C;
}
</style>