Shades of Bird Flower #CCC10B
Tints of Bird Flower #CCC10B
RGB
CMYK
RGB Variations
Color information
#CCC10B (or 0xCCC10B) is known color: Bird Flower. HEX triplet: CC, C1 and 0B. RGB value is (204,193,11). Sum of RGB (Red+Green+Blue) = 204+193+11=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 11 (4.69% from 255 or 2.70% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC10B is #333EF4. Grayscale: #B0B0B0. Windows color (decimal): -3358453 or 770508. OLE color: 770508.
HSL color Cylindrical-coordinate representation of color #CCC10B: hue angle of 56.58º 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 #CCC10B is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 11 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.2 |
| HSL | 56.58º | 0.9% | 0.42% | - |
| HSV(B) | 56.58º | 0.95% | 0.8% | - |
| XYZ | 44.03 | 51 | 7.84 | - |
| YUV | 175.54 | 35.14 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 11 | 0 | 0.05 | 0.95 | 0.2 | 56.58 | 0.9 | 0.42 |
| Hex | CC | C1 | B | 0 | 5 | 5F | 14 | 39 | 5A | 2A |
| Octal | 314 | 301 | 13 | 0 | 5 | 137 | 24 | 71 | 132 | 52 |
| Binary | 11001100 | 11000001 | 1011 | 0 | 101 | 1011111 | 10100 | 111001 | 1011010 | 101010 |
Color Harmonies of #CCC10B
Complementary color
Monochromatic Colors of #CCC10B
Black with #CCC10B
Text Example
Text Example
White with #CCC10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC10B; }
p { color: rgb(204,193,11); }
H1.HeaderClassName
{
color: #CCC10B;
}
.AnyTagClassName
{
color: #CCC10B;
}
</style>
background-color css
<style>
a { background-color: #CCC10B; }
a { background-color: rgb(204,193,11); }
div.DivClassName
{
background-color: #CCC10B;
}
.BgClassName
{
background-color: #CCC10B;
}
</style>
border-color css
<style>
span { border-color: #CCC10B; }
span { border-color: rgb(204,193,11); }
td.TdClassName
{
border-color: #CCC10B;
}
.TagClassName
{
border-color: #CCC10B;
}
</style>