Shades of Bird Flower #CCC30B
Tints of Bird Flower #CCC30B
RGB
CMYK
RGB Variations
Color information
#CCC30B (or 0xCCC30B) is known color: Bird Flower. HEX triplet: CC, C3 and 0B. RGB value is (204,195,11). Sum of RGB (Red+Green+Blue) = 204+195+11=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC30B is #333CF4. Grayscale: #B1B1B1. Windows color (decimal): -3357941 or 771020. OLE color: 771020.
HSL color Cylindrical-coordinate representation of color #CCC30B: hue angle of 57.2º 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 #CCC30B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 11 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.2 |
| HSL | 57.2º | 0.9% | 0.42% | - |
| HSV(B) | 57.2º | 0.95% | 0.8% | - |
| XYZ | 44.48 | 51.89 | 7.99 | - |
| YUV | 176.72 | 34.48 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 11 | 0 | 0.04 | 0.95 | 0.2 | 57.2 | 0.9 | 0.42 |
| Hex | CC | C3 | B | 0 | 4 | 5F | 14 | 39 | 5A | 2A |
| Octal | 314 | 303 | 13 | 0 | 4 | 137 | 24 | 71 | 132 | 52 |
| Binary | 11001100 | 11000011 | 1011 | 0 | 100 | 1011111 | 10100 | 111001 | 1011010 | 101010 |
Color Harmonies of #CCC30B
Complementary color
Monochromatic Colors of #CCC30B
Black with #CCC30B
Text Example
Text Example
White with #CCC30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC30B; }
p { color: rgb(204,195,11); }
H1.HeaderClassName
{
color: #CCC30B;
}
.AnyTagClassName
{
color: #CCC30B;
}
</style>
background-color css
<style>
a { background-color: #CCC30B; }
a { background-color: rgb(204,195,11); }
div.DivClassName
{
background-color: #CCC30B;
}
.BgClassName
{
background-color: #CCC30B;
}
</style>
border-color css
<style>
span { border-color: #CCC30B; }
span { border-color: rgb(204,195,11); }
td.TdClassName
{
border-color: #CCC30B;
}
.TagClassName
{
border-color: #CCC30B;
}
</style>