Shades of Bird Flower #CCB609
Tints of Bird Flower #CCB609
RGB
CMYK
RGB Variations
Color information
#CCB609 (or 0xCCB609) is known color: Bird Flower. HEX triplet: CC, B6 and 09. RGB value is (204,182,9). Sum of RGB (Red+Green+Blue) = 204+182+9=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 9 (3.91% from 255 or 2.28% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB609 is #3349F6. Grayscale: #A9A9A9. Windows color (decimal): -3361271 or 636620. OLE color: 636620.
HSL color Cylindrical-coordinate representation of color #CCB609: hue angle of 53.23º 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 #CCB609 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.2 |
| HSL | 53.23º | 0.92% | 0.42% | - |
| HSV(B) | 53.23º | 0.96% | 0.8% | - |
| XYZ | 41.68 | 46.31 | 7 | - |
| YUV | 168.86 | 37.79 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 9 | 0 | 0.11 | 0.96 | 0.2 | 53.23 | 0.92 | 0.42 |
| Hex | CC | B6 | 9 | 0 | B | 60 | 14 | 35 | 5C | 2A |
| Octal | 314 | 266 | 11 | 0 | 13 | 140 | 24 | 65 | 134 | 52 |
| Binary | 11001100 | 10110110 | 1001 | 0 | 1011 | 1100000 | 10100 | 110101 | 1011100 | 101010 |
Color Harmonies of #CCB609
Complementary color
Monochromatic Colors of #CCB609
Black with #CCB609
Text Example
Text Example
White with #CCB609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB609; }
p { color: rgb(204,182,9); }
H1.HeaderClassName
{
color: #CCB609;
}
.AnyTagClassName
{
color: #CCB609;
}
</style>
background-color css
<style>
a { background-color: #CCB609; }
a { background-color: rgb(204,182,9); }
div.DivClassName
{
background-color: #CCB609;
}
.BgClassName
{
background-color: #CCB609;
}
</style>
border-color css
<style>
span { border-color: #CCB609; }
span { border-color: rgb(204,182,9); }
td.TdClassName
{
border-color: #CCB609;
}
.TagClassName
{
border-color: #CCB609;
}
</style>