Shades of Bird Flower #CCB716
Tints of Bird Flower #CCB716
RGB
CMYK
RGB Variations
Color information
#CCB716 (or 0xCCB716) is known color: Bird Flower. HEX triplet: CC, B7 and 16. RGB value is (204,183,22). Sum of RGB (Red+Green+Blue) = 204+183+22=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB716 is #3348E9. Grayscale: #ABABAB. Windows color (decimal): -3361002 or 1488844. OLE color: 1488844.
HSL color Cylindrical-coordinate representation of color #CCB716: hue angle of 53.08º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCB716 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 22 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.2 |
| HSL | 53.08º | 0.81% | 0.44% | - |
| HSV(B) | 53.08º | 0.89% | 0.8% | - |
| XYZ | 41.98 | 46.76 | 7.57 | - |
| YUV | 170.93 | 43.96 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 22 | 0 | 0.10 | 0.89 | 0.2 | 53.08 | 0.81 | 0.44 |
| Hex | CC | B7 | 16 | 0 | A | 59 | 14 | 35 | 51 | 2C |
| Octal | 314 | 267 | 26 | 0 | 12 | 131 | 24 | 65 | 121 | 54 |
| Binary | 11001100 | 10110111 | 10110 | 0 | 1010 | 1011001 | 10100 | 110101 | 1010001 | 101100 |
Color Harmonies of #CCB716
Complementary color
Monochromatic Colors of #CCB716
Black with #CCB716
Text Example
Text Example
White with #CCB716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB716; }
p { color: rgb(204,183,22); }
H1.HeaderClassName
{
color: #CCB716;
}
.AnyTagClassName
{
color: #CCB716;
}
</style>
background-color css
<style>
a { background-color: #CCB716; }
a { background-color: rgb(204,183,22); }
div.DivClassName
{
background-color: #CCB716;
}
.BgClassName
{
background-color: #CCB716;
}
</style>
border-color css
<style>
span { border-color: #CCB716; }
span { border-color: rgb(204,183,22); }
td.TdClassName
{
border-color: #CCB716;
}
.TagClassName
{
border-color: #CCB716;
}
</style>