Shades of Bird Flower #CBB720
Tints of Bird Flower #CBB720
RGB
CMYK
RGB Variations
Color information
#CBB720 (or 0xCBB720) is known color: Bird Flower. HEX triplet: CB, B7 and 20. RGB value is (203,183,32). Sum of RGB (Red+Green+Blue) = 203+183+32=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB720 is #3448DF. Grayscale: #ACACAC. Windows color (decimal): -3426528 or 2144203. OLE color: 2144203.
HSL color Cylindrical-coordinate representation of color #CBB720: hue angle of 52.98º 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 #CBB720 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 32 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.20 |
| HSL | 52.98º | 0.73% | 0.46% | - |
| HSV(B) | 52.98º | 0.84% | 0.8% | - |
| XYZ | 41.82 | 46.67 | 8.17 | - |
| YUV | 171.77 | 49.13 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 32 | 0 | 0.10 | 0.84 | 0.20 | 52.98 | 0.73 | 0.46 |
| Hex | CB | B7 | 20 | 0 | A | 54 | 14 | 35 | 49 | 2E |
| Octal | 313 | 267 | 40 | 0 | 12 | 124 | 24 | 65 | 111 | 56 |
| Binary | 11001011 | 10110111 | 100000 | 0 | 1010 | 1010100 | 10100 | 110101 | 1001001 | 101110 |
Color Harmonies of #CBB720
Complementary color
Monochromatic Colors of #CBB720
Black with #CBB720
Text Example
Text Example
White with #CBB720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB720; }
p { color: rgb(203,183,32); }
H1.HeaderClassName
{
color: #CBB720;
}
.AnyTagClassName
{
color: #CBB720;
}
</style>
background-color css
<style>
a { background-color: #CBB720; }
a { background-color: rgb(203,183,32); }
div.DivClassName
{
background-color: #CBB720;
}
.BgClassName
{
background-color: #CBB720;
}
</style>
border-color css
<style>
span { border-color: #CBB720; }
span { border-color: rgb(203,183,32); }
td.TdClassName
{
border-color: #CBB720;
}
.TagClassName
{
border-color: #CBB720;
}
</style>