Shades of Bird Flower #CCB610
Tints of Bird Flower #CCB610
RGB
CMYK
RGB Variations
Color information
#CCB610 (or 0xCCB610) is known color: Bird Flower. HEX triplet: CC, B6 and 10. RGB value is (204,182,16). Sum of RGB (Red+Green+Blue) = 204+182+16=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB610 is #3349EF. Grayscale: #AAAAAA. Windows color (decimal): -3361264 or 1095372. OLE color: 1095372.
HSL color Cylindrical-coordinate representation of color #CCB610: hue angle of 52.98º 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 #CCB610 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 16 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.2 |
| HSL | 52.98º | 0.85% | 0.43% | - |
| HSV(B) | 52.98º | 0.92% | 0.8% | - |
| XYZ | 41.72 | 46.33 | 7.23 | - |
| YUV | 169.65 | 41.29 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 16 | 0 | 0.11 | 0.92 | 0.2 | 52.98 | 0.85 | 0.43 |
| Hex | CC | B6 | 10 | 0 | B | 5C | 14 | 35 | 55 | 2B |
| Octal | 314 | 266 | 20 | 0 | 13 | 134 | 24 | 65 | 125 | 53 |
| Binary | 11001100 | 10110110 | 10000 | 0 | 1011 | 1011100 | 10100 | 110101 | 1010101 | 101011 |
Color Harmonies of #CCB610
Complementary color
Monochromatic Colors of #CCB610
Black with #CCB610
Text Example
Text Example
White with #CCB610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB610; }
p { color: rgb(204,182,16); }
H1.HeaderClassName
{
color: #CCB610;
}
.AnyTagClassName
{
color: #CCB610;
}
</style>
background-color css
<style>
a { background-color: #CCB610; }
a { background-color: rgb(204,182,16); }
div.DivClassName
{
background-color: #CCB610;
}
.BgClassName
{
background-color: #CCB610;
}
</style>
border-color css
<style>
span { border-color: #CCB610; }
span { border-color: rgb(204,182,16); }
td.TdClassName
{
border-color: #CCB610;
}
.TagClassName
{
border-color: #CCB610;
}
</style>