Shades of Bird Flower #CCB411
Tints of Bird Flower #CCB411
RGB
CMYK
RGB Variations
Color information
#CCB411 (or 0xCCB411) is known color: Bird Flower. HEX triplet: CC, B4 and 11. RGB value is (204,180,17). Sum of RGB (Red+Green+Blue) = 204+180+17=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB411 is #334BEE. Grayscale: #A9A9A9. Windows color (decimal): -3361775 or 1160396. OLE color: 1160396.
HSL color Cylindrical-coordinate representation of color #CCB411: hue angle of 52.3º 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 #CCB411 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 17 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.2 |
| HSL | 52.3º | 0.85% | 0.43% | - |
| HSV(B) | 52.3º | 0.92% | 0.8% | - |
| XYZ | 41.32 | 45.52 | 7.14 | - |
| YUV | 168.59 | 42.45 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 17 | 0 | 0.12 | 0.92 | 0.2 | 52.3 | 0.85 | 0.43 |
| Hex | CC | B4 | 11 | 0 | C | 5C | 14 | 34 | 55 | 2B |
| Octal | 314 | 264 | 21 | 0 | 14 | 134 | 24 | 64 | 125 | 53 |
| Binary | 11001100 | 10110100 | 10001 | 0 | 1100 | 1011100 | 10100 | 110100 | 1010101 | 101011 |
Color Harmonies of #CCB411
Complementary color
Monochromatic Colors of #CCB411
Black with #CCB411
Text Example
Text Example
White with #CCB411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB411; }
p { color: rgb(204,180,17); }
H1.HeaderClassName
{
color: #CCB411;
}
.AnyTagClassName
{
color: #CCB411;
}
</style>
background-color css
<style>
a { background-color: #CCB411; }
a { background-color: rgb(204,180,17); }
div.DivClassName
{
background-color: #CCB411;
}
.BgClassName
{
background-color: #CCB411;
}
</style>
border-color css
<style>
span { border-color: #CCB411; }
span { border-color: rgb(204,180,17); }
td.TdClassName
{
border-color: #CCB411;
}
.TagClassName
{
border-color: #CCB411;
}
</style>