Shades of Bird Flower #CCC517
Tints of Bird Flower #CCC517
RGB
CMYK
RGB Variations
Color information
#CCC517 (or 0xCCC517) is known color: Bird Flower. HEX triplet: CC, C5 and 17. RGB value is (204,197,23). Sum of RGB (Red+Green+Blue) = 204+197+23=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 23 (9.38% from 255 or 5.42% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC517 is #333AE8. Grayscale: #B3B3B3. Windows color (decimal): -3357417 or 1557964. OLE color: 1557964.
HSL color Cylindrical-coordinate representation of color #CCC517: hue angle of 57.68º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCC517 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 23 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.2 |
| HSL | 57.68º | 0.8% | 0.45% | - |
| HSV(B) | 57.68º | 0.89% | 0.8% | - |
| XYZ | 45.02 | 52.83 | 8.64 | - |
| YUV | 179.26 | 39.82 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 23 | 0 | 0.03 | 0.89 | 0.2 | 57.68 | 0.8 | 0.45 |
| Hex | CC | C5 | 17 | 0 | 3 | 59 | 14 | 3A | 50 | 2D |
| Octal | 314 | 305 | 27 | 0 | 3 | 131 | 24 | 72 | 120 | 55 |
| Binary | 11001100 | 11000101 | 10111 | 0 | 11 | 1011001 | 10100 | 111010 | 1010000 | 101101 |
Color Harmonies of #CCC517
Complementary color
Monochromatic Colors of #CCC517
Black with #CCC517
Text Example
Text Example
White with #CCC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC517; }
p { color: rgb(204,197,23); }
H1.HeaderClassName
{
color: #CCC517;
}
.AnyTagClassName
{
color: #CCC517;
}
</style>
background-color css
<style>
a { background-color: #CCC517; }
a { background-color: rgb(204,197,23); }
div.DivClassName
{
background-color: #CCC517;
}
.BgClassName
{
background-color: #CCC517;
}
</style>
border-color css
<style>
span { border-color: #CCC517; }
span { border-color: rgb(204,197,23); }
td.TdClassName
{
border-color: #CCC517;
}
.TagClassName
{
border-color: #CCC517;
}
</style>