Shades of Bird Flower #CCC417
Tints of Bird Flower #CCC417
RGB
CMYK
RGB Variations
Color information
#CCC417 (or 0xCCC417) is known color: Bird Flower. HEX triplet: CC, C4 and 17. RGB value is (204,196,23). Sum of RGB (Red+Green+Blue) = 204+196+23=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC417 is #333BE8. Grayscale: #B3B3B3. Windows color (decimal): -3357673 or 1557708. OLE color: 1557708.
HSL color Cylindrical-coordinate representation of color #CCC417: hue angle of 57.35º 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 #CCC417 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 23 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.2 |
| HSL | 57.35º | 0.8% | 0.45% | - |
| HSV(B) | 57.35º | 0.89% | 0.8% | - |
| XYZ | 44.8 | 52.38 | 8.56 | - |
| YUV | 178.67 | 40.15 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 23 | 0 | 0.04 | 0.89 | 0.2 | 57.35 | 0.8 | 0.45 |
| Hex | CC | C4 | 17 | 0 | 4 | 59 | 14 | 39 | 50 | 2D |
| Octal | 314 | 304 | 27 | 0 | 4 | 131 | 24 | 71 | 120 | 55 |
| Binary | 11001100 | 11000100 | 10111 | 0 | 100 | 1011001 | 10100 | 111001 | 1010000 | 101101 |
Color Harmonies of #CCC417
Complementary color
Monochromatic Colors of #CCC417
Black with #CCC417
Text Example
Text Example
White with #CCC417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC417; }
p { color: rgb(204,196,23); }
H1.HeaderClassName
{
color: #CCC417;
}
.AnyTagClassName
{
color: #CCC417;
}
</style>
background-color css
<style>
a { background-color: #CCC417; }
a { background-color: rgb(204,196,23); }
div.DivClassName
{
background-color: #CCC417;
}
.BgClassName
{
background-color: #CCC417;
}
</style>
border-color css
<style>
span { border-color: #CCC417; }
span { border-color: rgb(204,196,23); }
td.TdClassName
{
border-color: #CCC417;
}
.TagClassName
{
border-color: #CCC417;
}
</style>