Shades of Bird Flower #CCB511
Tints of Bird Flower #CCB511
RGB
CMYK
RGB Variations
Color information
#CCB511 (or 0xCCB511) is known color: Bird Flower. HEX triplet: CC, B5 and 11. RGB value is (204,181,17). Sum of RGB (Red+Green+Blue) = 204+181+17=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB511 is #334AEE. Grayscale: #A9A9A9. Windows color (decimal): -3361519 or 1160652. OLE color: 1160652.
HSL color Cylindrical-coordinate representation of color #CCB511: hue angle of 52.62º 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 #CCB511 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 17 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.2 |
| HSL | 52.62º | 0.85% | 0.43% | - |
| HSV(B) | 52.62º | 0.92% | 0.8% | - |
| XYZ | 41.53 | 45.93 | 7.21 | - |
| YUV | 169.18 | 42.12 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 17 | 0 | 0.11 | 0.92 | 0.2 | 52.62 | 0.85 | 0.43 |
| Hex | CC | B5 | 11 | 0 | B | 5C | 14 | 35 | 55 | 2B |
| Octal | 314 | 265 | 21 | 0 | 13 | 134 | 24 | 65 | 125 | 53 |
| Binary | 11001100 | 10110101 | 10001 | 0 | 1011 | 1011100 | 10100 | 110101 | 1010101 | 101011 |
Color Harmonies of #CCB511
Complementary color
Monochromatic Colors of #CCB511
Black with #CCB511
Text Example
Text Example
White with #CCB511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB511; }
p { color: rgb(204,181,17); }
H1.HeaderClassName
{
color: #CCB511;
}
.AnyTagClassName
{
color: #CCB511;
}
</style>
background-color css
<style>
a { background-color: #CCB511; }
a { background-color: rgb(204,181,17); }
div.DivClassName
{
background-color: #CCB511;
}
.BgClassName
{
background-color: #CCB511;
}
</style>
border-color css
<style>
span { border-color: #CCB511; }
span { border-color: rgb(204,181,17); }
td.TdClassName
{
border-color: #CCB511;
}
.TagClassName
{
border-color: #CCB511;
}
</style>