Shades of Bird Flower #CCC818
Tints of Bird Flower #CCC818
RGB
CMYK
RGB Variations
Color information
#CCC818 (or 0xCCC818) is known color: Bird Flower. HEX triplet: CC, C8 and 18. RGB value is (204,200,24). Sum of RGB (Red+Green+Blue) = 204+200+24=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC818 is #3337E7. Grayscale: #B5B5B5. Windows color (decimal): -3356648 or 1624268. OLE color: 1624268.
HSL color Cylindrical-coordinate representation of color #CCC818: hue angle of 58.67º 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 #CCC818 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 24 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.2 |
| HSL | 58.67º | 0.79% | 0.45% | - |
| HSV(B) | 58.67º | 0.88% | 0.8% | - |
| XYZ | 45.72 | 54.21 | 8.92 | - |
| YUV | 181.13 | 39.33 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 24 | 0 | 0.02 | 0.88 | 0.2 | 58.67 | 0.79 | 0.45 |
| Hex | CC | C8 | 18 | 0 | 2 | 58 | 14 | 3B | 4F | 2D |
| Octal | 314 | 310 | 30 | 0 | 2 | 130 | 24 | 73 | 117 | 55 |
| Binary | 11001100 | 11001000 | 11000 | 0 | 10 | 1011000 | 10100 | 111011 | 1001111 | 101101 |
Color Harmonies of #CCC818
Complementary color
Monochromatic Colors of #CCC818
Black with #CCC818
Text Example
Text Example
White with #CCC818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC818; }
p { color: rgb(204,200,24); }
H1.HeaderClassName
{
color: #CCC818;
}
.AnyTagClassName
{
color: #CCC818;
}
</style>
background-color css
<style>
a { background-color: #CCC818; }
a { background-color: rgb(204,200,24); }
div.DivClassName
{
background-color: #CCC818;
}
.BgClassName
{
background-color: #CCC818;
}
</style>
border-color css
<style>
span { border-color: #CCC818; }
span { border-color: rgb(204,200,24); }
td.TdClassName
{
border-color: #CCC818;
}
.TagClassName
{
border-color: #CCC818;
}
</style>