Shades of Bird Flower #CBB50C
Tints of Bird Flower #CBB50C
RGB
CMYK
RGB Variations
Color information
#CBB50C (or 0xCBB50C) is known color: Bird Flower. HEX triplet: CB, B5 and 0C. RGB value is (203,181,12). Sum of RGB (Red+Green+Blue) = 203+181+12=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB50C is #344AF3. Grayscale: #A9A9A9. Windows color (decimal): -3427060 or 832971. OLE color: 832971.
HSL color Cylindrical-coordinate representation of color #CBB50C: hue angle of 53.09º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBB50C is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 12 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.20 |
| HSL | 53.09º | 0.89% | 0.42% | - |
| HSV(B) | 53.09º | 0.94% | 0.8% | - |
| XYZ | 41.22 | 45.77 | 7.01 | - |
| YUV | 168.31 | 39.79 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 12 | 0 | 0.11 | 0.94 | 0.20 | 53.09 | 0.89 | 0.42 |
| Hex | CB | B5 | C | 0 | B | 5E | 14 | 35 | 59 | 2A |
| Octal | 313 | 265 | 14 | 0 | 13 | 136 | 24 | 65 | 131 | 52 |
| Binary | 11001011 | 10110101 | 1100 | 0 | 1011 | 1011110 | 10100 | 110101 | 1011001 | 101010 |
Color Harmonies of #CBB50C
Complementary color
Monochromatic Colors of #CBB50C
Black with #CBB50C
Text Example
Text Example
White with #CBB50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB50C; }
p { color: rgb(203,181,12); }
H1.HeaderClassName
{
color: #CBB50C;
}
.AnyTagClassName
{
color: #CBB50C;
}
</style>
background-color css
<style>
a { background-color: #CBB50C; }
a { background-color: rgb(203,181,12); }
div.DivClassName
{
background-color: #CBB50C;
}
.BgClassName
{
background-color: #CBB50C;
}
</style>
border-color css
<style>
span { border-color: #CBB50C; }
span { border-color: rgb(203,181,12); }
td.TdClassName
{
border-color: #CBB50C;
}
.TagClassName
{
border-color: #CBB50C;
}
</style>