Shades of Bird Flower #CCB11E
Tints of Bird Flower #CCB11E
RGB
CMYK
RGB Variations
Color information
#CCB11E (or 0xCCB11E) is known color: Bird Flower. HEX triplet: CC, B1 and 1E. RGB value is (204,177,30). Sum of RGB (Red+Green+Blue) = 204+177+30=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB11E is #334EE1. Grayscale: #A8A8A8. Windows color (decimal): -3362530 or 2011596. OLE color: 2011596.
HSL color Cylindrical-coordinate representation of color #CCB11E: hue angle of 50.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCB11E is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 30 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.2 |
| HSL | 50.69º | 0.74% | 0.46% | - |
| HSV(B) | 50.69º | 0.85% | 0.8% | - |
| XYZ | 40.86 | 44.38 | 7.64 | - |
| YUV | 168.32 | 49.95 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 30 | 0 | 0.13 | 0.85 | 0.2 | 50.69 | 0.74 | 0.46 |
| Hex | CC | B1 | 1E | 0 | D | 55 | 14 | 33 | 4A | 2E |
| Octal | 314 | 261 | 36 | 0 | 15 | 125 | 24 | 63 | 112 | 56 |
| Binary | 11001100 | 10110001 | 11110 | 0 | 1101 | 1010101 | 10100 | 110011 | 1001010 | 101110 |
Color Harmonies of #CCB11E
Complementary color
Monochromatic Colors of #CCB11E
Black with #CCB11E
Text Example
Text Example
White with #CCB11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB11E; }
p { color: rgb(204,177,30); }
H1.HeaderClassName
{
color: #CCB11E;
}
.AnyTagClassName
{
color: #CCB11E;
}
</style>
background-color css
<style>
a { background-color: #CCB11E; }
a { background-color: rgb(204,177,30); }
div.DivClassName
{
background-color: #CCB11E;
}
.BgClassName
{
background-color: #CCB11E;
}
</style>
border-color css
<style>
span { border-color: #CCB11E; }
span { border-color: rgb(204,177,30); }
td.TdClassName
{
border-color: #CCB11E;
}
.TagClassName
{
border-color: #CCB11E;
}
</style>