Shades of Bird Flower #CCB810
Tints of Bird Flower #CCB810
RGB
CMYK
RGB Variations
Color information
#CCB810 (or 0xCCB810) is known color: Bird Flower. HEX triplet: CC, B8 and 10. RGB value is (204,184,16). Sum of RGB (Red+Green+Blue) = 204+184+16=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB810 is #3347EF. Grayscale: #ABABAB. Windows color (decimal): -3360752 or 1095884. OLE color: 1095884.
HSL color Cylindrical-coordinate representation of color #CCB810: hue angle of 53.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 #CCB810 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 16 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.2 |
| HSL | 53.62º | 0.85% | 0.43% | - |
| HSV(B) | 53.62º | 0.92% | 0.8% | - |
| XYZ | 42.14 | 47.16 | 7.37 | - |
| YUV | 170.83 | 40.63 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 16 | 0 | 0.10 | 0.92 | 0.2 | 53.62 | 0.85 | 0.43 |
| Hex | CC | B8 | 10 | 0 | A | 5C | 14 | 36 | 55 | 2B |
| Octal | 314 | 270 | 20 | 0 | 12 | 134 | 24 | 66 | 125 | 53 |
| Binary | 11001100 | 10111000 | 10000 | 0 | 1010 | 1011100 | 10100 | 110110 | 1010101 | 101011 |
Color Harmonies of #CCB810
Complementary color
Monochromatic Colors of #CCB810
Black with #CCB810
Text Example
Text Example
White with #CCB810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB810; }
p { color: rgb(204,184,16); }
H1.HeaderClassName
{
color: #CCB810;
}
.AnyTagClassName
{
color: #CCB810;
}
</style>
background-color css
<style>
a { background-color: #CCB810; }
a { background-color: rgb(204,184,16); }
div.DivClassName
{
background-color: #CCB810;
}
.BgClassName
{
background-color: #CCB810;
}
</style>
border-color css
<style>
span { border-color: #CCB810; }
span { border-color: rgb(204,184,16); }
td.TdClassName
{
border-color: #CCB810;
}
.TagClassName
{
border-color: #CCB810;
}
</style>