Shades of Bird Flower #CCC713
Tints of Bird Flower #CCC713
RGB
CMYK
RGB Variations
Color information
#CCC713 (or 0xCCC713) is known color: Bird Flower. HEX triplet: CC, C7 and 13. RGB value is (204,199,19). Sum of RGB (Red+Green+Blue) = 204+199+19=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC713 is #3338EC. Grayscale: #B4B4B4. Windows color (decimal): -3356909 or 1296332. OLE color: 1296332.
HSL color Cylindrical-coordinate representation of color #CCC713: hue angle of 58.38º 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 #CCC713 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 19 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.2 |
| HSL | 58.38º | 0.83% | 0.44% | - |
| HSV(B) | 58.38º | 0.91% | 0.8% | - |
| XYZ | 45.44 | 53.73 | 8.59 | - |
| YUV | 179.98 | 37.16 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 19 | 0 | 0.02 | 0.91 | 0.2 | 58.38 | 0.83 | 0.44 |
| Hex | CC | C7 | 13 | 0 | 2 | 5B | 14 | 3A | 53 | 2C |
| Octal | 314 | 307 | 23 | 0 | 2 | 133 | 24 | 72 | 123 | 54 |
| Binary | 11001100 | 11000111 | 10011 | 0 | 10 | 1011011 | 10100 | 111010 | 1010011 | 101100 |
Color Harmonies of #CCC713
Complementary color
Monochromatic Colors of #CCC713
Black with #CCC713
Text Example
Text Example
White with #CCC713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC713; }
p { color: rgb(204,199,19); }
H1.HeaderClassName
{
color: #CCC713;
}
.AnyTagClassName
{
color: #CCC713;
}
</style>
background-color css
<style>
a { background-color: #CCC713; }
a { background-color: rgb(204,199,19); }
div.DivClassName
{
background-color: #CCC713;
}
.BgClassName
{
background-color: #CCC713;
}
</style>
border-color css
<style>
span { border-color: #CCC713; }
span { border-color: rgb(204,199,19); }
td.TdClassName
{
border-color: #CCC713;
}
.TagClassName
{
border-color: #CCC713;
}
</style>