Shades of Bird Flower #CCB20E
Tints of Bird Flower #CCB20E
RGB
CMYK
RGB Variations
Color information
#CCB20E (or 0xCCB20E) is known color: Bird Flower. HEX triplet: CC, B2 and 0E. RGB value is (204,178,14). Sum of RGB (Red+Green+Blue) = 204+178+14=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB20E is #334DF1. Grayscale: #A7A7A7. Windows color (decimal): -3362290 or 963276. OLE color: 963276.
HSL color Cylindrical-coordinate representation of color #CCB20E: hue angle of 51.79º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCB20E is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 14 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.2 |
| HSL | 51.79º | 0.87% | 0.43% | - |
| HSV(B) | 51.79º | 0.93% | 0.8% | - |
| XYZ | 40.9 | 44.71 | 6.89 | - |
| YUV | 167.08 | 41.61 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 14 | 0 | 0.13 | 0.93 | 0.2 | 51.79 | 0.87 | 0.43 |
| Hex | CC | B2 | E | 0 | D | 5D | 14 | 34 | 57 | 2B |
| Octal | 314 | 262 | 16 | 0 | 15 | 135 | 24 | 64 | 127 | 53 |
| Binary | 11001100 | 10110010 | 1110 | 0 | 1101 | 1011101 | 10100 | 110100 | 1010111 | 101011 |
Color Harmonies of #CCB20E
Complementary color
Monochromatic Colors of #CCB20E
Black with #CCB20E
Text Example
Text Example
White with #CCB20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB20E; }
p { color: rgb(204,178,14); }
H1.HeaderClassName
{
color: #CCB20E;
}
.AnyTagClassName
{
color: #CCB20E;
}
</style>
background-color css
<style>
a { background-color: #CCB20E; }
a { background-color: rgb(204,178,14); }
div.DivClassName
{
background-color: #CCB20E;
}
.BgClassName
{
background-color: #CCB20E;
}
</style>
border-color css
<style>
span { border-color: #CCB20E; }
span { border-color: rgb(204,178,14); }
td.TdClassName
{
border-color: #CCB20E;
}
.TagClassName
{
border-color: #CCB20E;
}
</style>