Shades of Bird Flower #CCB118
Tints of Bird Flower #CCB118
RGB
CMYK
RGB Variations
Color information
#CCB118 (or 0xCCB118) is known color: Bird Flower. HEX triplet: CC, B1 and 18. RGB value is (204,177,24). Sum of RGB (Red+Green+Blue) = 204+177+24=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 24 (9.77% from 255 or 5.93% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB118 is #334EE7. Grayscale: #A8A8A8. Windows color (decimal): -3362536 or 1618380. OLE color: 1618380.
HSL color Cylindrical-coordinate representation of color #CCB118: hue angle of 51º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCB118 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 24 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.2 |
| HSL | 51º | 0.79% | 0.45% | - |
| HSV(B) | 51º | 0.88% | 0.8% | - |
| XYZ | 40.79 | 44.35 | 7.27 | - |
| YUV | 167.63 | 46.95 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 24 | 0 | 0.13 | 0.88 | 0.2 | 51 | 0.79 | 0.45 |
| Hex | CC | B1 | 18 | 0 | D | 58 | 14 | 33 | 4F | 2D |
| Octal | 314 | 261 | 30 | 0 | 15 | 130 | 24 | 63 | 117 | 55 |
| Binary | 11001100 | 10110001 | 11000 | 0 | 1101 | 1011000 | 10100 | 110011 | 1001111 | 101101 |
Color Harmonies of #CCB118
Complementary color
Monochromatic Colors of #CCB118
Black with #CCB118
Text Example
Text Example
White with #CCB118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB118; }
p { color: rgb(204,177,24); }
H1.HeaderClassName
{
color: #CCB118;
}
.AnyTagClassName
{
color: #CCB118;
}
</style>
background-color css
<style>
a { background-color: #CCB118; }
a { background-color: rgb(204,177,24); }
div.DivClassName
{
background-color: #CCB118;
}
.BgClassName
{
background-color: #CCB118;
}
</style>
border-color css
<style>
span { border-color: #CCB118; }
span { border-color: rgb(204,177,24); }
td.TdClassName
{
border-color: #CCB118;
}
.TagClassName
{
border-color: #CCB118;
}
</style>