Shades of Bird Flower #CCB309
Tints of Bird Flower #CCB309
RGB
CMYK
RGB Variations
Color information
#CCB309 (or 0xCCB309) is known color: Bird Flower. HEX triplet: CC, B3 and 09. RGB value is (204,179,9). Sum of RGB (Red+Green+Blue) = 204+179+9=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB309 is #334CF6. Grayscale: #A7A7A7. Windows color (decimal): -3362039 or 635852. OLE color: 635852.
HSL color Cylindrical-coordinate representation of color #CCB309: hue angle of 52.31º 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 #CCB309 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 9 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.2 |
| HSL | 52.31º | 0.92% | 0.42% | - |
| HSV(B) | 52.31º | 0.96% | 0.8% | - |
| XYZ | 41.07 | 45.1 | 6.8 | - |
| YUV | 167.1 | 38.78 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 9 | 0 | 0.12 | 0.96 | 0.2 | 52.31 | 0.92 | 0.42 |
| Hex | CC | B3 | 9 | 0 | C | 60 | 14 | 34 | 5C | 2A |
| Octal | 314 | 263 | 11 | 0 | 14 | 140 | 24 | 64 | 134 | 52 |
| Binary | 11001100 | 10110011 | 1001 | 0 | 1100 | 1100000 | 10100 | 110100 | 1011100 | 101010 |
Color Harmonies of #CCB309
Complementary color
Monochromatic Colors of #CCB309
Black with #CCB309
Text Example
Text Example
White with #CCB309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB309; }
p { color: rgb(204,179,9); }
H1.HeaderClassName
{
color: #CCB309;
}
.AnyTagClassName
{
color: #CCB309;
}
</style>
background-color css
<style>
a { background-color: #CCB309; }
a { background-color: rgb(204,179,9); }
div.DivClassName
{
background-color: #CCB309;
}
.BgClassName
{
background-color: #CCB309;
}
</style>
border-color css
<style>
span { border-color: #CCB309; }
span { border-color: rgb(204,179,9); }
td.TdClassName
{
border-color: #CCB309;
}
.TagClassName
{
border-color: #CCB309;
}
</style>