Shades of Bird Flower #CCB205
Tints of Bird Flower #CCB205
RGB
CMYK
RGB Variations
Color information
#CCB205 (or 0xCCB205) is known color: Bird Flower. HEX triplet: CC, B2 and 05. RGB value is (204,178,5). Sum of RGB (Red+Green+Blue) = 204+178+5=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB205 is #334DFA. Grayscale: #A6A6A6. Windows color (decimal): -3362299 or 373452. OLE color: 373452.
HSL color Cylindrical-coordinate representation of color #CCB205: hue angle of 52.16º degrees, saturation: 0.95, 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 #CCB205 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.2 |
| HSL | 52.16º | 0.95% | 0.41% | - |
| HSV(B) | 52.16º | 0.98% | 0.8% | - |
| XYZ | 40.85 | 44.69 | 6.62 | - |
| YUV | 166.05 | 37.11 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 5 | 0 | 0.13 | 0.98 | 0.2 | 52.16 | 0.95 | 0.41 |
| Hex | CC | B2 | 5 | 0 | D | 62 | 14 | 34 | 5F | 29 |
| Octal | 314 | 262 | 5 | 0 | 15 | 142 | 24 | 64 | 137 | 51 |
| Binary | 11001100 | 10110010 | 101 | 0 | 1101 | 1100010 | 10100 | 110100 | 1011111 | 101001 |
Color Harmonies of #CCB205
Complementary color
Monochromatic Colors of #CCB205
Black with #CCB205
Text Example
Text Example
White with #CCB205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB205; }
p { color: rgb(204,178,5); }
H1.HeaderClassName
{
color: #CCB205;
}
.AnyTagClassName
{
color: #CCB205;
}
</style>
background-color css
<style>
a { background-color: #CCB205; }
a { background-color: rgb(204,178,5); }
div.DivClassName
{
background-color: #CCB205;
}
.BgClassName
{
background-color: #CCB205;
}
</style>
border-color css
<style>
span { border-color: #CCB205; }
span { border-color: rgb(204,178,5); }
td.TdClassName
{
border-color: #CCB205;
}
.TagClassName
{
border-color: #CCB205;
}
</style>