Shades of Bird Flower #CCB006
Tints of Bird Flower #CCB006
RGB
CMYK
RGB Variations
Color information
#CCB006 (or 0xCCB006) is known color: Bird Flower. HEX triplet: CC, B0 and 06. RGB value is (204,176,6). Sum of RGB (Red+Green+Blue) = 204+176+6=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB006 is #334FF9. Grayscale: #A5A5A5. Windows color (decimal): -3362810 or 438476. OLE color: 438476.
HSL color Cylindrical-coordinate representation of color #CCB006: hue angle of 51.52º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCB006 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 6 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.2 |
| HSL | 51.52º | 0.94% | 0.41% | - |
| HSV(B) | 51.52º | 0.97% | 0.8% | - |
| XYZ | 40.46 | 43.9 | 6.51 | - |
| YUV | 164.99 | 38.28 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 6 | 0 | 0.14 | 0.97 | 0.2 | 51.52 | 0.94 | 0.41 |
| Hex | CC | B0 | 6 | 0 | E | 61 | 14 | 34 | 5E | 29 |
| Octal | 314 | 260 | 6 | 0 | 16 | 141 | 24 | 64 | 136 | 51 |
| Binary | 11001100 | 10110000 | 110 | 0 | 1110 | 1100001 | 10100 | 110100 | 1011110 | 101001 |
Color Harmonies of #CCB006
Complementary color
Monochromatic Colors of #CCB006
Black with #CCB006
Text Example
Text Example
White with #CCB006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB006; }
p { color: rgb(204,176,6); }
H1.HeaderClassName
{
color: #CCB006;
}
.AnyTagClassName
{
color: #CCB006;
}
</style>
background-color css
<style>
a { background-color: #CCB006; }
a { background-color: rgb(204,176,6); }
div.DivClassName
{
background-color: #CCB006;
}
.BgClassName
{
background-color: #CCB006;
}
</style>
border-color css
<style>
span { border-color: #CCB006; }
span { border-color: rgb(204,176,6); }
td.TdClassName
{
border-color: #CCB006;
}
.TagClassName
{
border-color: #CCB006;
}
</style>