Shades of Bird Flower #CCB409
Tints of Bird Flower #CCB409
RGB
CMYK
RGB Variations
Color information
#CCB409 (or 0xCCB409) is known color: Bird Flower. HEX triplet: CC, B4 and 09. RGB value is (204,180,9). Sum of RGB (Red+Green+Blue) = 204+180+9=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 9 (3.91% from 255 or 2.29% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB409 is #334BF6. Grayscale: #A8A8A8. Windows color (decimal): -3361783 or 636108. OLE color: 636108.
HSL color Cylindrical-coordinate representation of color #CCB409: hue angle of 52.62º 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 #CCB409 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 9 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.2 |
| HSL | 52.62º | 0.92% | 0.42% | - |
| HSV(B) | 52.62º | 0.96% | 0.8% | - |
| XYZ | 41.27 | 45.5 | 6.87 | - |
| YUV | 167.68 | 38.45 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 9 | 0 | 0.12 | 0.96 | 0.2 | 52.62 | 0.92 | 0.42 |
| Hex | CC | B4 | 9 | 0 | C | 60 | 14 | 35 | 5C | 2A |
| Octal | 314 | 264 | 11 | 0 | 14 | 140 | 24 | 65 | 134 | 52 |
| Binary | 11001100 | 10110100 | 1001 | 0 | 1100 | 1100000 | 10100 | 110101 | 1011100 | 101010 |
Color Harmonies of #CCB409
Complementary color
Monochromatic Colors of #CCB409
Black with #CCB409
Text Example
Text Example
White with #CCB409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB409; }
p { color: rgb(204,180,9); }
H1.HeaderClassName
{
color: #CCB409;
}
.AnyTagClassName
{
color: #CCB409;
}
</style>
background-color css
<style>
a { background-color: #CCB409; }
a { background-color: rgb(204,180,9); }
div.DivClassName
{
background-color: #CCB409;
}
.BgClassName
{
background-color: #CCB409;
}
</style>
border-color css
<style>
span { border-color: #CCB409; }
span { border-color: rgb(204,180,9); }
td.TdClassName
{
border-color: #CCB409;
}
.TagClassName
{
border-color: #CCB409;
}
</style>