Shades of Bird Flower #CCCB09
Tints of Bird Flower #CCCB09
RGB
CMYK
RGB Variations
Color information
#CCCB09 (or 0xCCCB09) is known color: Bird Flower. HEX triplet: CC, CB and 09. RGB value is (204,203,9). Sum of RGB (Red+Green+Blue) = 204+203+9=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 9 (3.91% from 255 or 2.16% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCB09 is #3334F6. Grayscale: #B5B5B5. Windows color (decimal): -3355895 or 641996. OLE color: 641996.
HSL color Cylindrical-coordinate representation of color #CCCB09: hue angle of 59.69º 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 #CCCB09 is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 9 | - |
| CMYK | 0 | 0.00 | 0.96 | 0.2 |
| HSL | 59.69º | 0.92% | 0.42% | - |
| HSV(B) | 59.69º | 0.96% | 0.8% | - |
| XYZ | 46.31 | 55.57 | 8.54 | - |
| YUV | 181.18 | 30.83 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 9 | 0 | 0.00 | 0.96 | 0.2 | 59.69 | 0.92 | 0.42 |
| Hex | CC | CB | 9 | 0 | 0 | 60 | 14 | 3C | 5C | 2A |
| Octal | 314 | 313 | 11 | 0 | 0 | 140 | 24 | 74 | 134 | 52 |
| Binary | 11001100 | 11001011 | 1001 | 0 | 0 | 1100000 | 10100 | 111100 | 1011100 | 101010 |
Color Harmonies of #CCCB09
Complementary color
Monochromatic Colors of #CCCB09
Black with #CCCB09
Text Example
Text Example
White with #CCCB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB09; }
p { color: rgb(204,203,9); }
H1.HeaderClassName
{
color: #CCCB09;
}
.AnyTagClassName
{
color: #CCCB09;
}
</style>
background-color css
<style>
a { background-color: #CCCB09; }
a { background-color: rgb(204,203,9); }
div.DivClassName
{
background-color: #CCCB09;
}
.BgClassName
{
background-color: #CCCB09;
}
</style>
border-color css
<style>
span { border-color: #CCCB09; }
span { border-color: rgb(204,203,9); }
td.TdClassName
{
border-color: #CCCB09;
}
.TagClassName
{
border-color: #CCCB09;
}
</style>