Shades of Bird Flower #CCC11C
Tints of Bird Flower #CCC11C
RGB
CMYK
RGB Variations
Color information
#CCC11C (or 0xCCC11C) is known color: Bird Flower. HEX triplet: CC, C1 and 1C. RGB value is (204,193,28). Sum of RGB (Red+Green+Blue) = 204+193+28=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC11C is #333EE3. Grayscale: #B2B2B2. Windows color (decimal): -3358436 or 1884620. OLE color: 1884620.
HSL color Cylindrical-coordinate representation of color #CCC11C: hue angle of 56.25º 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 #CCC11C is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 28 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.2 |
| HSL | 56.25º | 0.76% | 0.45% | - |
| HSV(B) | 56.25º | 0.86% | 0.8% | - |
| XYZ | 44.18 | 51.06 | 8.63 | - |
| YUV | 177.48 | 43.64 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 28 | 0 | 0.05 | 0.86 | 0.2 | 56.25 | 0.76 | 0.45 |
| Hex | CC | C1 | 1C | 0 | 5 | 56 | 14 | 38 | 4C | 2D |
| Octal | 314 | 301 | 34 | 0 | 5 | 126 | 24 | 70 | 114 | 55 |
| Binary | 11001100 | 11000001 | 11100 | 0 | 101 | 1010110 | 10100 | 111000 | 1001100 | 101101 |
Color Harmonies of #CCC11C
Complementary color
Monochromatic Colors of #CCC11C
Black with #CCC11C
Text Example
Text Example
White with #CCC11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC11C; }
p { color: rgb(204,193,28); }
H1.HeaderClassName
{
color: #CCC11C;
}
.AnyTagClassName
{
color: #CCC11C;
}
</style>
background-color css
<style>
a { background-color: #CCC11C; }
a { background-color: rgb(204,193,28); }
div.DivClassName
{
background-color: #CCC11C;
}
.BgClassName
{
background-color: #CCC11C;
}
</style>
border-color css
<style>
span { border-color: #CCC11C; }
span { border-color: rgb(204,193,28); }
td.TdClassName
{
border-color: #CCC11C;
}
.TagClassName
{
border-color: #CCC11C;
}
</style>