Shades of Bird Flower #CCC008
Tints of Bird Flower #CCC008
RGB
CMYK
RGB Variations
Color information
#CCC008 (or 0xCCC008) is known color: Bird Flower. HEX triplet: CC, C0 and 08. RGB value is (204,192,8). Sum of RGB (Red+Green+Blue) = 204+192+8=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC008 is #333FF7. Grayscale: #AFAFAF. Windows color (decimal): -3358712 or 573644. OLE color: 573644.
HSL color Cylindrical-coordinate representation of color #CCC008: hue angle of 56.33º 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 #CCC008 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 8 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.2 |
| HSL | 56.33º | 0.92% | 0.42% | - |
| HSV(B) | 56.33º | 0.96% | 0.8% | - |
| XYZ | 43.8 | 50.55 | 7.68 | - |
| YUV | 174.61 | 33.98 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 8 | 0 | 0.06 | 0.96 | 0.2 | 56.33 | 0.92 | 0.42 |
| Hex | CC | C0 | 8 | 0 | 6 | 60 | 14 | 38 | 5C | 2A |
| Octal | 314 | 300 | 10 | 0 | 6 | 140 | 24 | 70 | 134 | 52 |
| Binary | 11001100 | 11000000 | 1000 | 0 | 110 | 1100000 | 10100 | 111000 | 1011100 | 101010 |
Color Harmonies of #CCC008
Complementary color
Monochromatic Colors of #CCC008
Black with #CCC008
Text Example
Text Example
White with #CCC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC008; }
p { color: rgb(204,192,8); }
H1.HeaderClassName
{
color: #CCC008;
}
.AnyTagClassName
{
color: #CCC008;
}
</style>
background-color css
<style>
a { background-color: #CCC008; }
a { background-color: rgb(204,192,8); }
div.DivClassName
{
background-color: #CCC008;
}
.BgClassName
{
background-color: #CCC008;
}
</style>
border-color css
<style>
span { border-color: #CCC008; }
span { border-color: rgb(204,192,8); }
td.TdClassName
{
border-color: #CCC008;
}
.TagClassName
{
border-color: #CCC008;
}
</style>