Shades of Bird Flower #CBB921
Tints of Bird Flower #CBB921
RGB
CMYK
RGB Variations
Color information
#CBB921 (or 0xCBB921) is known color: Bird Flower. HEX triplet: CB, B9 and 21. RGB value is (203,185,33). Sum of RGB (Red+Green+Blue) = 203+185+33=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 33 (13.28% from 255 or 7.84% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB921 is #3446DE. Grayscale: #ADADAD. Windows color (decimal): -3426015 or 2210251. OLE color: 2210251.
HSL color Cylindrical-coordinate representation of color #CBB921: hue angle of 53.65º 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 #CBB921 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 33 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.20 |
| HSL | 53.65º | 0.72% | 0.46% | - |
| HSV(B) | 53.65º | 0.84% | 0.8% | - |
| XYZ | 42.25 | 47.5 | 8.38 | - |
| YUV | 173.05 | 48.96 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 33 | 0 | 0.09 | 0.84 | 0.20 | 53.65 | 0.72 | 0.46 |
| Hex | CB | B9 | 21 | 0 | 9 | 54 | 14 | 36 | 48 | 2E |
| Octal | 313 | 271 | 41 | 0 | 11 | 124 | 24 | 66 | 110 | 56 |
| Binary | 11001011 | 10111001 | 100001 | 0 | 1001 | 1010100 | 10100 | 110110 | 1001000 | 101110 |
Color Harmonies of #CBB921
Complementary color
Monochromatic Colors of #CBB921
Black with #CBB921
Text Example
Text Example
White with #CBB921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB921; }
p { color: rgb(203,185,33); }
H1.HeaderClassName
{
color: #CBB921;
}
.AnyTagClassName
{
color: #CBB921;
}
</style>
background-color css
<style>
a { background-color: #CBB921; }
a { background-color: rgb(203,185,33); }
div.DivClassName
{
background-color: #CBB921;
}
.BgClassName
{
background-color: #CBB921;
}
</style>
border-color css
<style>
span { border-color: #CBB921; }
span { border-color: rgb(203,185,33); }
td.TdClassName
{
border-color: #CBB921;
}
.TagClassName
{
border-color: #CBB921;
}
</style>