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