Shades of Bird Flower #CCC917
Tints of Bird Flower #CCC917
RGB
CMYK
RGB Variations
Color information
#CCC917 (or 0xCCC917) is known color: Bird Flower. HEX triplet: CC, C9 and 17. RGB value is (204,201,23). Sum of RGB (Red+Green+Blue) = 204+201+23=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC917 is #3336E8. Grayscale: #B6B6B6. Windows color (decimal): -3356393 or 1558988. OLE color: 1558988.
HSL color Cylindrical-coordinate representation of color #CCC917: hue angle of 59.01º 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 #CCC917 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 23 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.2 |
| HSL | 59.01º | 0.8% | 0.45% | - |
| HSV(B) | 59.01º | 0.89% | 0.8% | - |
| XYZ | 45.94 | 54.67 | 8.94 | - |
| YUV | 181.61 | 38.49 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 23 | 0 | 0.01 | 0.89 | 0.2 | 59.01 | 0.8 | 0.45 |
| Hex | CC | C9 | 17 | 0 | 1 | 59 | 14 | 3B | 50 | 2D |
| Octal | 314 | 311 | 27 | 0 | 1 | 131 | 24 | 73 | 120 | 55 |
| Binary | 11001100 | 11001001 | 10111 | 0 | 1 | 1011001 | 10100 | 111011 | 1010000 | 101101 |
Color Harmonies of #CCC917
Complementary color
Monochromatic Colors of #CCC917
Black with #CCC917
Text Example
Text Example
White with #CCC917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC917; }
p { color: rgb(204,201,23); }
H1.HeaderClassName
{
color: #CCC917;
}
.AnyTagClassName
{
color: #CCC917;
}
</style>
background-color css
<style>
a { background-color: #CCC917; }
a { background-color: rgb(204,201,23); }
div.DivClassName
{
background-color: #CCC917;
}
.BgClassName
{
background-color: #CCC917;
}
</style>
border-color css
<style>
span { border-color: #CCC917; }
span { border-color: rgb(204,201,23); }
td.TdClassName
{
border-color: #CCC917;
}
.TagClassName
{
border-color: #CCC917;
}
</style>