Shades of Bird Flower #CCB509
Tints of Bird Flower #CCB509
RGB
CMYK
RGB Variations
Color information
#CCB509 (or 0xCCB509) is known color: Bird Flower. HEX triplet: CC, B5 and 09. RGB value is (204,181,9). Sum of RGB (Red+Green+Blue) = 204+181+9=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB509 is #334AF6. Grayscale: #A8A8A8. Windows color (decimal): -3361527 or 636364. OLE color: 636364.
HSL color Cylindrical-coordinate representation of color #CCB509: hue angle of 52.92º 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 #CCB509 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.2 |
| HSL | 52.92º | 0.92% | 0.42% | - |
| HSV(B) | 52.92º | 0.96% | 0.8% | - |
| XYZ | 41.48 | 45.9 | 6.93 | - |
| YUV | 168.27 | 38.12 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 9 | 0 | 0.11 | 0.96 | 0.2 | 52.92 | 0.92 | 0.42 |
| Hex | CC | B5 | 9 | 0 | B | 60 | 14 | 35 | 5C | 2A |
| Octal | 314 | 265 | 11 | 0 | 13 | 140 | 24 | 65 | 134 | 52 |
| Binary | 11001100 | 10110101 | 1001 | 0 | 1011 | 1100000 | 10100 | 110101 | 1011100 | 101010 |
Color Harmonies of #CCB509
Complementary color
Monochromatic Colors of #CCB509
Black with #CCB509
Text Example
Text Example
White with #CCB509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB509; }
p { color: rgb(204,181,9); }
H1.HeaderClassName
{
color: #CCB509;
}
.AnyTagClassName
{
color: #CCB509;
}
</style>
background-color css
<style>
a { background-color: #CCB509; }
a { background-color: rgb(204,181,9); }
div.DivClassName
{
background-color: #CCB509;
}
.BgClassName
{
background-color: #CCB509;
}
</style>
border-color css
<style>
span { border-color: #CCB509; }
span { border-color: rgb(204,181,9); }
td.TdClassName
{
border-color: #CCB509;
}
.TagClassName
{
border-color: #CCB509;
}
</style>