Shades of Bird Flower #CBB821
Tints of Bird Flower #CBB821
RGB
CMYK
RGB Variations
Color information
#CBB821 (or 0xCBB821) is known color: Bird Flower. HEX triplet: CB, B8 and 21. RGB value is (203,184,33). Sum of RGB (Red+Green+Blue) = 203+184+33=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB821 is #3447DE. Grayscale: #ADADAD. Windows color (decimal): -3426271 or 2209995. OLE color: 2209995.
HSL color Cylindrical-coordinate representation of color #CBB821: hue angle of 53.29º 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 #CBB821 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 33 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.20 |
| HSL | 53.29º | 0.72% | 0.46% | - |
| HSV(B) | 53.29º | 0.84% | 0.8% | - |
| XYZ | 42.04 | 47.09 | 8.31 | - |
| YUV | 172.47 | 49.29 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 33 | 0 | 0.09 | 0.84 | 0.20 | 53.29 | 0.72 | 0.46 |
| Hex | CB | B8 | 21 | 0 | 9 | 54 | 14 | 35 | 48 | 2E |
| Octal | 313 | 270 | 41 | 0 | 11 | 124 | 24 | 65 | 110 | 56 |
| Binary | 11001011 | 10111000 | 100001 | 0 | 1001 | 1010100 | 10100 | 110101 | 1001000 | 101110 |
Color Harmonies of #CBB821
Complementary color
Monochromatic Colors of #CBB821
Black with #CBB821
Text Example
Text Example
White with #CBB821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB821; }
p { color: rgb(203,184,33); }
H1.HeaderClassName
{
color: #CBB821;
}
.AnyTagClassName
{
color: #CBB821;
}
</style>
background-color css
<style>
a { background-color: #CBB821; }
a { background-color: rgb(203,184,33); }
div.DivClassName
{
background-color: #CBB821;
}
.BgClassName
{
background-color: #CBB821;
}
</style>
border-color css
<style>
span { border-color: #CBB821; }
span { border-color: rgb(203,184,33); }
td.TdClassName
{
border-color: #CBB821;
}
.TagClassName
{
border-color: #CBB821;
}
</style>