Shades of Bird Flower #CCB909
Tints of Bird Flower #CCB909
RGB
CMYK
RGB Variations
Color information
#CCB909 (or 0xCCB909) is known color: Bird Flower. HEX triplet: CC, B9 and 09. RGB value is (204,185,9). Sum of RGB (Red+Green+Blue) = 204+185+9=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB909 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB909 is #3346F6. Grayscale: #ABABAB. Windows color (decimal): -3360503 or 637388. OLE color: 637388.
HSL color Cylindrical-coordinate representation of color #CCB909: hue angle of 54.15º 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 #CCB909 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 9 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.2 |
| HSL | 54.15º | 0.92% | 0.42% | - |
| HSV(B) | 54.15º | 0.96% | 0.8% | - |
| XYZ | 42.3 | 47.56 | 7.21 | - |
| YUV | 170.62 | 36.79 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 9 | 0 | 0.09 | 0.96 | 0.2 | 54.15 | 0.92 | 0.42 |
| Hex | CC | B9 | 9 | 0 | 9 | 60 | 14 | 36 | 5C | 2A |
| Octal | 314 | 271 | 11 | 0 | 11 | 140 | 24 | 66 | 134 | 52 |
| Binary | 11001100 | 10111001 | 1001 | 0 | 1001 | 1100000 | 10100 | 110110 | 1011100 | 101010 |
Color Harmonies of #CCB909
Complementary color
Monochromatic Colors of #CCB909
Black with #CCB909
Text Example
Text Example
White with #CCB909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB909; }
p { color: rgb(204,185,9); }
H1.HeaderClassName
{
color: #CCB909;
}
.AnyTagClassName
{
color: #CCB909;
}
</style>
background-color css
<style>
a { background-color: #CCB909; }
a { background-color: rgb(204,185,9); }
div.DivClassName
{
background-color: #CCB909;
}
.BgClassName
{
background-color: #CCB909;
}
</style>
border-color css
<style>
span { border-color: #CCB909; }
span { border-color: rgb(204,185,9); }
td.TdClassName
{
border-color: #CCB909;
}
.TagClassName
{
border-color: #CCB909;
}
</style>