Shades of Bird Flower #CCB010
Tints of Bird Flower #CCB010
RGB
CMYK
RGB Variations
Color information
#CCB010 (or 0xCCB010) is known color: Bird Flower. HEX triplet: CC, B0 and 10. RGB value is (204,176,16). Sum of RGB (Red+Green+Blue) = 204+176+16=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB010 is #334FEF. Grayscale: #A6A6A6. Windows color (decimal): -3362800 or 1093836. OLE color: 1093836.
HSL color Cylindrical-coordinate representation of color #CCB010: hue angle of 51.06º 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 #CCB010 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 16 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.2 |
| HSL | 51.06º | 0.85% | 0.43% | - |
| HSV(B) | 51.06º | 0.92% | 0.8% | - |
| XYZ | 40.52 | 43.93 | 6.83 | - |
| YUV | 166.13 | 43.28 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 16 | 0 | 0.14 | 0.92 | 0.2 | 51.06 | 0.85 | 0.43 |
| Hex | CC | B0 | 10 | 0 | E | 5C | 14 | 33 | 55 | 2B |
| Octal | 314 | 260 | 20 | 0 | 16 | 134 | 24 | 63 | 125 | 53 |
| Binary | 11001100 | 10110000 | 10000 | 0 | 1110 | 1011100 | 10100 | 110011 | 1010101 | 101011 |
Color Harmonies of #CCB010
Complementary color
Monochromatic Colors of #CCB010
Black with #CCB010
Text Example
Text Example
White with #CCB010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB010; }
p { color: rgb(204,176,16); }
H1.HeaderClassName
{
color: #CCB010;
}
.AnyTagClassName
{
color: #CCB010;
}
</style>
background-color css
<style>
a { background-color: #CCB010; }
a { background-color: rgb(204,176,16); }
div.DivClassName
{
background-color: #CCB010;
}
.BgClassName
{
background-color: #CCB010;
}
</style>
border-color css
<style>
span { border-color: #CCB010; }
span { border-color: rgb(204,176,16); }
td.TdClassName
{
border-color: #CCB010;
}
.TagClassName
{
border-color: #CCB010;
}
</style>