Shades of Bird Flower #CCC708
Tints of Bird Flower #CCC708
RGB
CMYK
RGB Variations
Color information
#CCC708 (or 0xCCC708) is known color: Bird Flower. HEX triplet: CC, C7 and 08. RGB value is (204,199,8). Sum of RGB (Red+Green+Blue) = 204+199+8=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC708 is #3338F7. Grayscale: #B3B3B3. Windows color (decimal): -3356920 or 575436. OLE color: 575436.
HSL color Cylindrical-coordinate representation of color #CCC708: hue angle of 58.47º 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 #CCC708 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 8 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.2 |
| HSL | 58.47º | 0.92% | 0.42% | - |
| HSV(B) | 58.47º | 0.96% | 0.8% | - |
| XYZ | 45.37 | 53.7 | 8.2 | - |
| YUV | 178.72 | 31.66 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 8 | 0 | 0.02 | 0.96 | 0.2 | 58.47 | 0.92 | 0.42 |
| Hex | CC | C7 | 8 | 0 | 2 | 60 | 14 | 3A | 5C | 2A |
| Octal | 314 | 307 | 10 | 0 | 2 | 140 | 24 | 72 | 134 | 52 |
| Binary | 11001100 | 11000111 | 1000 | 0 | 10 | 1100000 | 10100 | 111010 | 1011100 | 101010 |
Color Harmonies of #CCC708
Complementary color
Monochromatic Colors of #CCC708
Black with #CCC708
Text Example
Text Example
White with #CCC708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC708; }
p { color: rgb(204,199,8); }
H1.HeaderClassName
{
color: #CCC708;
}
.AnyTagClassName
{
color: #CCC708;
}
</style>
background-color css
<style>
a { background-color: #CCC708; }
a { background-color: rgb(204,199,8); }
div.DivClassName
{
background-color: #CCC708;
}
.BgClassName
{
background-color: #CCC708;
}
</style>
border-color css
<style>
span { border-color: #CCC708; }
span { border-color: rgb(204,199,8); }
td.TdClassName
{
border-color: #CCC708;
}
.TagClassName
{
border-color: #CCC708;
}
</style>