Shades of Bird Flower #CCC60F
Tints of Bird Flower #CCC60F
RGB
CMYK
RGB Variations
Color information
#CCC60F (or 0xCCC60F) is known color: Bird Flower. HEX triplet: CC, C6 and 0F. RGB value is (204,198,15). Sum of RGB (Red+Green+Blue) = 204+198+15=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC60F is #3339F0. Grayscale: #B3B3B3. Windows color (decimal): -3357169 or 1033932. OLE color: 1033932.
HSL color Cylindrical-coordinate representation of color #CCC60F: hue angle of 58.1º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCC60F is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 15 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.2 |
| HSL | 58.1º | 0.86% | 0.43% | - |
| HSV(B) | 58.1º | 0.93% | 0.8% | - |
| XYZ | 45.18 | 53.26 | 8.35 | - |
| YUV | 178.93 | 35.49 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 15 | 0 | 0.03 | 0.93 | 0.2 | 58.1 | 0.86 | 0.43 |
| Hex | CC | C6 | F | 0 | 3 | 5D | 14 | 3A | 56 | 2B |
| Octal | 314 | 306 | 17 | 0 | 3 | 135 | 24 | 72 | 126 | 53 |
| Binary | 11001100 | 11000110 | 1111 | 0 | 11 | 1011101 | 10100 | 111010 | 1010110 | 101011 |
Color Harmonies of #CCC60F
Complementary color
Monochromatic Colors of #CCC60F
Black with #CCC60F
Text Example
Text Example
White with #CCC60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC60F; }
p { color: rgb(204,198,15); }
H1.HeaderClassName
{
color: #CCC60F;
}
.AnyTagClassName
{
color: #CCC60F;
}
</style>
background-color css
<style>
a { background-color: #CCC60F; }
a { background-color: rgb(204,198,15); }
div.DivClassName
{
background-color: #CCC60F;
}
.BgClassName
{
background-color: #CCC60F;
}
</style>
border-color css
<style>
span { border-color: #CCC60F; }
span { border-color: rgb(204,198,15); }
td.TdClassName
{
border-color: #CCC60F;
}
.TagClassName
{
border-color: #CCC60F;
}
</style>