Shades of Bird Flower #CBB321
Tints of Bird Flower #CBB321
RGB
CMYK
RGB Variations
Color information
#CBB321 (or 0xCBB321) is known color: Bird Flower. HEX triplet: CB, B3 and 21. RGB value is (203,179,33). Sum of RGB (Red+Green+Blue) = 203+179+33=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB321 is #344CDE. Grayscale: #AAAAAA. Windows color (decimal): -3427551 or 2208715. OLE color: 2208715.
HSL color Cylindrical-coordinate representation of color #CBB321: hue angle of 51.53º degrees, saturation: 0.72, 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 #CBB321 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 33 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.20 |
| HSL | 51.53º | 0.72% | 0.46% | - |
| HSV(B) | 51.53º | 0.84% | 0.8% | - |
| XYZ | 41.02 | 45.05 | 7.97 | - |
| YUV | 169.53 | 50.95 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 33 | 0 | 0.12 | 0.84 | 0.20 | 51.53 | 0.72 | 0.46 |
| Hex | CB | B3 | 21 | 0 | C | 54 | 14 | 34 | 48 | 2E |
| Octal | 313 | 263 | 41 | 0 | 14 | 124 | 24 | 64 | 110 | 56 |
| Binary | 11001011 | 10110011 | 100001 | 0 | 1100 | 1010100 | 10100 | 110100 | 1001000 | 101110 |
Color Harmonies of #CBB321
Complementary color
Monochromatic Colors of #CBB321
Black with #CBB321
Text Example
Text Example
White with #CBB321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB321; }
p { color: rgb(203,179,33); }
H1.HeaderClassName
{
color: #CBB321;
}
.AnyTagClassName
{
color: #CBB321;
}
</style>
background-color css
<style>
a { background-color: #CBB321; }
a { background-color: rgb(203,179,33); }
div.DivClassName
{
background-color: #CBB321;
}
.BgClassName
{
background-color: #CBB321;
}
</style>
border-color css
<style>
span { border-color: #CBB321; }
span { border-color: rgb(203,179,33); }
td.TdClassName
{
border-color: #CBB321;
}
.TagClassName
{
border-color: #CBB321;
}
</style>