Shades of Bird Flower #CBB320
Tints of Bird Flower #CBB320
RGB
CMYK
RGB Variations
Color information
#CBB320 (or 0xCBB320) is known color: Bird Flower. HEX triplet: CB, B3 and 20. RGB value is (203,179,32). Sum of RGB (Red+Green+Blue) = 203+179+32=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB320 is #344CDF. Grayscale: #AAAAAA. Windows color (decimal): -3427552 or 2143179. OLE color: 2143179.
HSL color Cylindrical-coordinate representation of color #CBB320: hue angle of 51.58º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBB320 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 32 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.20 |
| HSL | 51.58º | 0.73% | 0.46% | - |
| HSV(B) | 51.58º | 0.84% | 0.8% | - |
| XYZ | 41.01 | 45.04 | 7.9 | - |
| YUV | 169.42 | 50.45 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 32 | 0 | 0.12 | 0.84 | 0.20 | 51.58 | 0.73 | 0.46 |
| Hex | CB | B3 | 20 | 0 | C | 54 | 14 | 34 | 49 | 2E |
| Octal | 313 | 263 | 40 | 0 | 14 | 124 | 24 | 64 | 111 | 56 |
| Binary | 11001011 | 10110011 | 100000 | 0 | 1100 | 1010100 | 10100 | 110100 | 1001001 | 101110 |
Color Harmonies of #CBB320
Complementary color
Monochromatic Colors of #CBB320
Black with #CBB320
Text Example
Text Example
White with #CBB320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB320; }
p { color: rgb(203,179,32); }
H1.HeaderClassName
{
color: #CBB320;
}
.AnyTagClassName
{
color: #CBB320;
}
</style>
background-color css
<style>
a { background-color: #CBB320; }
a { background-color: rgb(203,179,32); }
div.DivClassName
{
background-color: #CBB320;
}
.BgClassName
{
background-color: #CBB320;
}
</style>
border-color css
<style>
span { border-color: #CBB320; }
span { border-color: rgb(203,179,32); }
td.TdClassName
{
border-color: #CBB320;
}
.TagClassName
{
border-color: #CBB320;
}
</style>