Shades of Bird Flower #CCC717
Tints of Bird Flower #CCC717
RGB
CMYK
RGB Variations
Color information
#CCC717 (or 0xCCC717) is known color: Bird Flower. HEX triplet: CC, C7 and 17. RGB value is (204,199,23). Sum of RGB (Red+Green+Blue) = 204+199+23=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 23 (9.38% from 255 or 5.40% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC717 is #3338E8. Grayscale: #B5B5B5. Windows color (decimal): -3356905 or 1558476. OLE color: 1558476.
HSL color Cylindrical-coordinate representation of color #CCC717: hue angle of 58.34º 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 #CCC717 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 23 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.2 |
| HSL | 58.34º | 0.8% | 0.45% | - |
| HSV(B) | 58.34º | 0.89% | 0.8% | - |
| XYZ | 45.48 | 53.75 | 8.79 | - |
| YUV | 180.43 | 39.16 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 23 | 0 | 0.02 | 0.89 | 0.2 | 58.34 | 0.8 | 0.45 |
| Hex | CC | C7 | 17 | 0 | 2 | 59 | 14 | 3A | 50 | 2D |
| Octal | 314 | 307 | 27 | 0 | 2 | 131 | 24 | 72 | 120 | 55 |
| Binary | 11001100 | 11000111 | 10111 | 0 | 10 | 1011001 | 10100 | 111010 | 1010000 | 101101 |
Color Harmonies of #CCC717
Complementary color
Monochromatic Colors of #CCC717
Black with #CCC717
Text Example
Text Example
White with #CCC717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC717; }
p { color: rgb(204,199,23); }
H1.HeaderClassName
{
color: #CCC717;
}
.AnyTagClassName
{
color: #CCC717;
}
</style>
background-color css
<style>
a { background-color: #CCC717; }
a { background-color: rgb(204,199,23); }
div.DivClassName
{
background-color: #CCC717;
}
.BgClassName
{
background-color: #CCC717;
}
</style>
border-color css
<style>
span { border-color: #CCC717; }
span { border-color: rgb(204,199,23); }
td.TdClassName
{
border-color: #CCC717;
}
.TagClassName
{
border-color: #CCC717;
}
</style>