Shades of Bird Flower #CCB11C
Tints of Bird Flower #CCB11C
RGB
CMYK
RGB Variations
Color information
#CCB11C (or 0xCCB11C) is known color: Bird Flower. HEX triplet: CC, B1 and 1C. RGB value is (204,177,28). Sum of RGB (Red+Green+Blue) = 204+177+28=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB11C is #334EE3. Grayscale: #A8A8A8. Windows color (decimal): -3362532 or 1880524. OLE color: 1880524.
HSL color Cylindrical-coordinate representation of color #CCB11C: hue angle of 50.8º 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 #CCB11C is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 28 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.2 |
| HSL | 50.8º | 0.76% | 0.45% | - |
| HSV(B) | 50.8º | 0.86% | 0.8% | - |
| XYZ | 40.83 | 44.37 | 7.51 | - |
| YUV | 168.09 | 48.95 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 28 | 0 | 0.13 | 0.86 | 0.2 | 50.8 | 0.76 | 0.45 |
| Hex | CC | B1 | 1C | 0 | D | 56 | 14 | 33 | 4C | 2D |
| Octal | 314 | 261 | 34 | 0 | 15 | 126 | 24 | 63 | 114 | 55 |
| Binary | 11001100 | 10110001 | 11100 | 0 | 1101 | 1010110 | 10100 | 110011 | 1001100 | 101101 |
Color Harmonies of #CCB11C
Complementary color
Monochromatic Colors of #CCB11C
Black with #CCB11C
Text Example
Text Example
White with #CCB11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB11C; }
p { color: rgb(204,177,28); }
H1.HeaderClassName
{
color: #CCB11C;
}
.AnyTagClassName
{
color: #CCB11C;
}
</style>
background-color css
<style>
a { background-color: #CCB11C; }
a { background-color: rgb(204,177,28); }
div.DivClassName
{
background-color: #CCB11C;
}
.BgClassName
{
background-color: #CCB11C;
}
</style>
border-color css
<style>
span { border-color: #CCB11C; }
span { border-color: rgb(204,177,28); }
td.TdClassName
{
border-color: #CCB11C;
}
.TagClassName
{
border-color: #CCB11C;
}
</style>