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