Shades of Bird Flower #CCC60B
Tints of Bird Flower #CCC60B
RGB
CMYK
RGB Variations
Color information
#CCC60B (or 0xCCC60B) is known color: Bird Flower. HEX triplet: CC, C6 and 0B. RGB value is (204,198,11). Sum of RGB (Red+Green+Blue) = 204+198+11=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC60B is #3339F4. Grayscale: #B3B3B3. Windows color (decimal): -3357173 or 771788. OLE color: 771788.
HSL color Cylindrical-coordinate representation of color #CCC60B: hue angle of 58.13º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCC60B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 11 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.2 |
| HSL | 58.13º | 0.9% | 0.42% | - |
| HSV(B) | 58.13º | 0.95% | 0.8% | - |
| XYZ | 45.16 | 53.25 | 8.21 | - |
| YUV | 178.48 | 33.49 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 11 | 0 | 0.03 | 0.95 | 0.2 | 58.13 | 0.9 | 0.42 |
| Hex | CC | C6 | B | 0 | 3 | 5F | 14 | 3A | 5A | 2A |
| Octal | 314 | 306 | 13 | 0 | 3 | 137 | 24 | 72 | 132 | 52 |
| Binary | 11001100 | 11000110 | 1011 | 0 | 11 | 1011111 | 10100 | 111010 | 1011010 | 101010 |
Color Harmonies of #CCC60B
Complementary color
Monochromatic Colors of #CCC60B
Black with #CCC60B
Text Example
Text Example
White with #CCC60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC60B; }
p { color: rgb(204,198,11); }
H1.HeaderClassName
{
color: #CCC60B;
}
.AnyTagClassName
{
color: #CCC60B;
}
</style>
background-color css
<style>
a { background-color: #CCC60B; }
a { background-color: rgb(204,198,11); }
div.DivClassName
{
background-color: #CCC60B;
}
.BgClassName
{
background-color: #CCC60B;
}
</style>
border-color css
<style>
span { border-color: #CCC60B; }
span { border-color: rgb(204,198,11); }
td.TdClassName
{
border-color: #CCC60B;
}
.TagClassName
{
border-color: #CCC60B;
}
</style>