Shades of Bird Flower #CCB510
Tints of Bird Flower #CCB510
RGB
CMYK
RGB Variations
Color information
#CCB510 (or 0xCCB510) is known color: Bird Flower. HEX triplet: CC, B5 and 10. RGB value is (204,181,16). Sum of RGB (Red+Green+Blue) = 204+181+16=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB510 is #334AEF. Grayscale: #A9A9A9. Windows color (decimal): -3361520 or 1095116. OLE color: 1095116.
HSL color Cylindrical-coordinate representation of color #CCB510: hue angle of 52.66º 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 #CCB510 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 16 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.2 |
| HSL | 52.66º | 0.85% | 0.43% | - |
| HSV(B) | 52.66º | 0.92% | 0.8% | - |
| XYZ | 41.52 | 45.92 | 7.17 | - |
| YUV | 169.07 | 41.62 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 16 | 0 | 0.11 | 0.92 | 0.2 | 52.66 | 0.85 | 0.43 |
| Hex | CC | B5 | 10 | 0 | B | 5C | 14 | 35 | 55 | 2B |
| Octal | 314 | 265 | 20 | 0 | 13 | 134 | 24 | 65 | 125 | 53 |
| Binary | 11001100 | 10110101 | 10000 | 0 | 1011 | 1011100 | 10100 | 110101 | 1010101 | 101011 |
Color Harmonies of #CCB510
Complementary color
Monochromatic Colors of #CCB510
Black with #CCB510
Text Example
Text Example
White with #CCB510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB510; }
p { color: rgb(204,181,16); }
H1.HeaderClassName
{
color: #CCB510;
}
.AnyTagClassName
{
color: #CCB510;
}
</style>
background-color css
<style>
a { background-color: #CCB510; }
a { background-color: rgb(204,181,16); }
div.DivClassName
{
background-color: #CCB510;
}
.BgClassName
{
background-color: #CCB510;
}
</style>
border-color css
<style>
span { border-color: #CCB510; }
span { border-color: rgb(204,181,16); }
td.TdClassName
{
border-color: #CCB510;
}
.TagClassName
{
border-color: #CCB510;
}
</style>