Shades of Bird Flower #CCB21C
Tints of Bird Flower #CCB21C
RGB
CMYK
RGB Variations
Color information
#CCB21C (or 0xCCB21C) is known color: Bird Flower. HEX triplet: CC, B2 and 1C. RGB value is (204,178,28). Sum of RGB (Red+Green+Blue) = 204+178+28=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB21C is #334DE3. Grayscale: #A9A9A9. Windows color (decimal): -3362276 or 1880780. OLE color: 1880780.
HSL color Cylindrical-coordinate representation of color #CCB21C: hue angle of 51.14º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCB21C is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 28 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.2 |
| HSL | 51.14º | 0.76% | 0.45% | - |
| HSV(B) | 51.14º | 0.86% | 0.8% | - |
| XYZ | 41.03 | 44.76 | 7.58 | - |
| YUV | 168.67 | 48.61 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 28 | 0 | 0.13 | 0.86 | 0.2 | 51.14 | 0.76 | 0.45 |
| Hex | CC | B2 | 1C | 0 | D | 56 | 14 | 33 | 4C | 2D |
| Octal | 314 | 262 | 34 | 0 | 15 | 126 | 24 | 63 | 114 | 55 |
| Binary | 11001100 | 10110010 | 11100 | 0 | 1101 | 1010110 | 10100 | 110011 | 1001100 | 101101 |
Color Harmonies of #CCB21C
Complementary color
Monochromatic Colors of #CCB21C
Black with #CCB21C
Text Example
Text Example
White with #CCB21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB21C; }
p { color: rgb(204,178,28); }
H1.HeaderClassName
{
color: #CCB21C;
}
.AnyTagClassName
{
color: #CCB21C;
}
</style>
background-color css
<style>
a { background-color: #CCB21C; }
a { background-color: rgb(204,178,28); }
div.DivClassName
{
background-color: #CCB21C;
}
.BgClassName
{
background-color: #CCB21C;
}
</style>
border-color css
<style>
span { border-color: #CCB21C; }
span { border-color: rgb(204,178,28); }
td.TdClassName
{
border-color: #CCB21C;
}
.TagClassName
{
border-color: #CCB21C;
}
</style>