Shades of Bird Flower #CBB322
Tints of Bird Flower #CBB322
RGB
CMYK
RGB Variations
Color information
#CBB322 (or 0xCBB322) is known color: Bird Flower. HEX triplet: CB, B3 and 22. RGB value is (203,179,34). Sum of RGB (Red+Green+Blue) = 203+179+34=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB322 is #344CDD. Grayscale: #AAAAAA. Windows color (decimal): -3427550 or 2274251. OLE color: 2274251.
HSL color Cylindrical-coordinate representation of color #CBB322: hue angle of 51.48º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBB322 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 34 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.20 |
| HSL | 51.48º | 0.71% | 0.46% | - |
| HSV(B) | 51.48º | 0.83% | 0.8% | - |
| XYZ | 41.04 | 45.05 | 8.05 | - |
| YUV | 169.65 | 51.45 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 34 | 0 | 0.12 | 0.83 | 0.20 | 51.48 | 0.71 | 0.46 |
| Hex | CB | B3 | 22 | 0 | C | 53 | 14 | 33 | 47 | 2E |
| Octal | 313 | 263 | 42 | 0 | 14 | 123 | 24 | 63 | 107 | 56 |
| Binary | 11001011 | 10110011 | 100010 | 0 | 1100 | 1010011 | 10100 | 110011 | 1000111 | 101110 |
Color Harmonies of #CBB322
Complementary color
Monochromatic Colors of #CBB322
Black with #CBB322
Text Example
Text Example
White with #CBB322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB322; }
p { color: rgb(203,179,34); }
H1.HeaderClassName
{
color: #CBB322;
}
.AnyTagClassName
{
color: #CBB322;
}
</style>
background-color css
<style>
a { background-color: #CBB322; }
a { background-color: rgb(203,179,34); }
div.DivClassName
{
background-color: #CBB322;
}
.BgClassName
{
background-color: #CBB322;
}
</style>
border-color css
<style>
span { border-color: #CBB322; }
span { border-color: rgb(203,179,34); }
td.TdClassName
{
border-color: #CBB322;
}
.TagClassName
{
border-color: #CBB322;
}
</style>