Shades of Bird Flower #CCC718
Tints of Bird Flower #CCC718
RGB
CMYK
RGB Variations
Color information
#CCC718 (or 0xCCC718) is known color: Bird Flower. HEX triplet: CC, C7 and 18. RGB value is (204,199,24). Sum of RGB (Red+Green+Blue) = 204+199+24=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 24 (9.77% from 255 or 5.62% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC718 is #3338E7. Grayscale: #B5B5B5. Windows color (decimal): -3356904 or 1624012. OLE color: 1624012.
HSL color Cylindrical-coordinate representation of color #CCC718: hue angle of 58.33º 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 #CCC718 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 24 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.2 |
| HSL | 58.33º | 0.79% | 0.45% | - |
| HSV(B) | 58.33º | 0.88% | 0.8% | - |
| XYZ | 45.49 | 53.75 | 8.84 | - |
| YUV | 180.55 | 39.66 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 24 | 0 | 0.02 | 0.88 | 0.2 | 58.33 | 0.79 | 0.45 |
| Hex | CC | C7 | 18 | 0 | 2 | 58 | 14 | 3A | 4F | 2D |
| Octal | 314 | 307 | 30 | 0 | 2 | 130 | 24 | 72 | 117 | 55 |
| Binary | 11001100 | 11000111 | 11000 | 0 | 10 | 1011000 | 10100 | 111010 | 1001111 | 101101 |
Color Harmonies of #CCC718
Complementary color
Monochromatic Colors of #CCC718
Black with #CCC718
Text Example
Text Example
White with #CCC718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC718; }
p { color: rgb(204,199,24); }
H1.HeaderClassName
{
color: #CCC718;
}
.AnyTagClassName
{
color: #CCC718;
}
</style>
background-color css
<style>
a { background-color: #CCC718; }
a { background-color: rgb(204,199,24); }
div.DivClassName
{
background-color: #CCC718;
}
.BgClassName
{
background-color: #CCC718;
}
</style>
border-color css
<style>
span { border-color: #CCC718; }
span { border-color: rgb(204,199,24); }
td.TdClassName
{
border-color: #CCC718;
}
.TagClassName
{
border-color: #CCC718;
}
</style>