Shades of Bird Flower #CCC108
Tints of Bird Flower #CCC108
RGB
CMYK
RGB Variations
Color information
#CCC108 (or 0xCCC108) is known color: Bird Flower. HEX triplet: CC, C1 and 08. RGB value is (204,193,8). Sum of RGB (Red+Green+Blue) = 204+193+8=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC108 is #333EF7. Grayscale: #AFAFAF. Windows color (decimal): -3358456 or 573900. OLE color: 573900.
HSL color Cylindrical-coordinate representation of color #CCC108: hue angle of 56.63º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCC108 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 8 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.2 |
| HSL | 56.63º | 0.92% | 0.42% | - |
| HSV(B) | 56.63º | 0.96% | 0.8% | - |
| XYZ | 44.02 | 50.99 | 7.75 | - |
| YUV | 175.2 | 33.64 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 8 | 0 | 0.05 | 0.96 | 0.2 | 56.63 | 0.92 | 0.42 |
| Hex | CC | C1 | 8 | 0 | 5 | 60 | 14 | 39 | 5C | 2A |
| Octal | 314 | 301 | 10 | 0 | 5 | 140 | 24 | 71 | 134 | 52 |
| Binary | 11001100 | 11000001 | 1000 | 0 | 101 | 1100000 | 10100 | 111001 | 1011100 | 101010 |
Color Harmonies of #CCC108
Complementary color
Monochromatic Colors of #CCC108
Black with #CCC108
Text Example
Text Example
White with #CCC108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC108; }
p { color: rgb(204,193,8); }
H1.HeaderClassName
{
color: #CCC108;
}
.AnyTagClassName
{
color: #CCC108;
}
</style>
background-color css
<style>
a { background-color: #CCC108; }
a { background-color: rgb(204,193,8); }
div.DivClassName
{
background-color: #CCC108;
}
.BgClassName
{
background-color: #CCC108;
}
</style>
border-color css
<style>
span { border-color: #CCC108; }
span { border-color: rgb(204,193,8); }
td.TdClassName
{
border-color: #CCC108;
}
.TagClassName
{
border-color: #CCC108;
}
</style>