Shades of Bird Flower #CCC513
Tints of Bird Flower #CCC513
RGB
CMYK
RGB Variations
Color information
#CCC513 (or 0xCCC513) is known color: Bird Flower. HEX triplet: CC, C5 and 13. RGB value is (204,197,19). Sum of RGB (Red+Green+Blue) = 204+197+19=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC513 is #333AEC. Grayscale: #B3B3B3. Windows color (decimal): -3357421 or 1295820. OLE color: 1295820.
HSL color Cylindrical-coordinate representation of color #CCC513: hue angle of 57.73º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCC513 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 19 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.2 |
| HSL | 57.73º | 0.83% | 0.44% | - |
| HSV(B) | 57.73º | 0.91% | 0.8% | - |
| XYZ | 44.99 | 52.82 | 8.44 | - |
| YUV | 178.8 | 37.82 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 19 | 0 | 0.03 | 0.91 | 0.2 | 57.73 | 0.83 | 0.44 |
| Hex | CC | C5 | 13 | 0 | 3 | 5B | 14 | 3A | 53 | 2C |
| Octal | 314 | 305 | 23 | 0 | 3 | 133 | 24 | 72 | 123 | 54 |
| Binary | 11001100 | 11000101 | 10011 | 0 | 11 | 1011011 | 10100 | 111010 | 1010011 | 101100 |
Color Harmonies of #CCC513
Complementary color
Monochromatic Colors of #CCC513
Black with #CCC513
Text Example
Text Example
White with #CCC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC513; }
p { color: rgb(204,197,19); }
H1.HeaderClassName
{
color: #CCC513;
}
.AnyTagClassName
{
color: #CCC513;
}
</style>
background-color css
<style>
a { background-color: #CCC513; }
a { background-color: rgb(204,197,19); }
div.DivClassName
{
background-color: #CCC513;
}
.BgClassName
{
background-color: #CCC513;
}
</style>
border-color css
<style>
span { border-color: #CCC513; }
span { border-color: rgb(204,197,19); }
td.TdClassName
{
border-color: #CCC513;
}
.TagClassName
{
border-color: #CCC513;
}
</style>