Shades of Bird Flower #CCC413
Tints of Bird Flower #CCC413
RGB
CMYK
RGB Variations
Color information
#CCC413 (or 0xCCC413) is known color: Bird Flower. HEX triplet: CC, C4 and 13. RGB value is (204,196,19). Sum of RGB (Red+Green+Blue) = 204+196+19=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC413 is #333BEC. Grayscale: #B2B2B2. Windows color (decimal): -3357677 or 1295564. OLE color: 1295564.
HSL color Cylindrical-coordinate representation of color #CCC413: hue angle of 57.41º 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 #CCC413 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 19 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.2 |
| HSL | 57.41º | 0.83% | 0.44% | - |
| HSV(B) | 57.41º | 0.91% | 0.8% | - |
| XYZ | 44.76 | 52.36 | 8.36 | - |
| YUV | 178.21 | 38.15 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 19 | 0 | 0.04 | 0.91 | 0.2 | 57.41 | 0.83 | 0.44 |
| Hex | CC | C4 | 13 | 0 | 4 | 5B | 14 | 39 | 53 | 2C |
| Octal | 314 | 304 | 23 | 0 | 4 | 133 | 24 | 71 | 123 | 54 |
| Binary | 11001100 | 11000100 | 10011 | 0 | 100 | 1011011 | 10100 | 111001 | 1010011 | 101100 |
Color Harmonies of #CCC413
Complementary color
Monochromatic Colors of #CCC413
Black with #CCC413
Text Example
Text Example
White with #CCC413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC413; }
p { color: rgb(204,196,19); }
H1.HeaderClassName
{
color: #CCC413;
}
.AnyTagClassName
{
color: #CCC413;
}
</style>
background-color css
<style>
a { background-color: #CCC413; }
a { background-color: rgb(204,196,19); }
div.DivClassName
{
background-color: #CCC413;
}
.BgClassName
{
background-color: #CCC413;
}
</style>
border-color css
<style>
span { border-color: #CCC413; }
span { border-color: rgb(204,196,19); }
td.TdClassName
{
border-color: #CCC413;
}
.TagClassName
{
border-color: #CCC413;
}
</style>