Shades of Bird Flower #CCB204
Tints of Bird Flower #CCB204
RGB
CMYK
RGB Variations
Color information
#CCB204 (or 0xCCB204) is known color: Bird Flower. HEX triplet: CC, B2 and 04. RGB value is (204,178,4). Sum of RGB (Red+Green+Blue) = 204+178+4=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB204 is #334DFB. Grayscale: #A6A6A6. Windows color (decimal): -3362300 or 307916. OLE color: 307916.
HSL color Cylindrical-coordinate representation of color #CCB204: hue angle of 52.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCB204 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 4 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.2 |
| HSL | 52.2º | 0.96% | 0.41% | - |
| HSV(B) | 52.2º | 0.98% | 0.8% | - |
| XYZ | 40.84 | 44.69 | 6.59 | - |
| YUV | 165.94 | 36.61 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 4 | 0 | 0.13 | 0.98 | 0.2 | 52.2 | 0.96 | 0.41 |
| Hex | CC | B2 | 4 | 0 | D | 62 | 14 | 34 | 60 | 29 |
| Octal | 314 | 262 | 4 | 0 | 15 | 142 | 24 | 64 | 140 | 51 |
| Binary | 11001100 | 10110010 | 100 | 0 | 1101 | 1100010 | 10100 | 110100 | 1100000 | 101001 |
Color Harmonies of #CCB204
Complementary color
Monochromatic Colors of #CCB204
Black with #CCB204
Text Example
Text Example
White with #CCB204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB204; }
p { color: rgb(204,178,4); }
H1.HeaderClassName
{
color: #CCB204;
}
.AnyTagClassName
{
color: #CCB204;
}
</style>
background-color css
<style>
a { background-color: #CCB204; }
a { background-color: rgb(204,178,4); }
div.DivClassName
{
background-color: #CCB204;
}
.BgClassName
{
background-color: #CCB204;
}
</style>
border-color css
<style>
span { border-color: #CCB204; }
span { border-color: rgb(204,178,4); }
td.TdClassName
{
border-color: #CCB204;
}
.TagClassName
{
border-color: #CCB204;
}
</style>