Shades of Bird Flower #CBB520
Tints of Bird Flower #CBB520
RGB
CMYK
RGB Variations
Color information
#CBB520 (or 0xCBB520) is known color: Bird Flower. HEX triplet: CB, B5 and 20. RGB value is (203,181,32). Sum of RGB (Red+Green+Blue) = 203+181+32=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB520 is #344ADF. Grayscale: #ABABAB. Windows color (decimal): -3427040 or 2143691. OLE color: 2143691.
HSL color Cylindrical-coordinate representation of color #CBB520: hue angle of 52.28º 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 #CBB520 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 32 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.20 |
| HSL | 52.28º | 0.73% | 0.46% | - |
| HSV(B) | 52.28º | 0.84% | 0.8% | - |
| XYZ | 41.41 | 45.85 | 8.03 | - |
| YUV | 170.59 | 49.79 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 32 | 0 | 0.11 | 0.84 | 0.20 | 52.28 | 0.73 | 0.46 |
| Hex | CB | B5 | 20 | 0 | B | 54 | 14 | 34 | 49 | 2E |
| Octal | 313 | 265 | 40 | 0 | 13 | 124 | 24 | 64 | 111 | 56 |
| Binary | 11001011 | 10110101 | 100000 | 0 | 1011 | 1010100 | 10100 | 110100 | 1001001 | 101110 |
Color Harmonies of #CBB520
Complementary color
Monochromatic Colors of #CBB520
Black with #CBB520
Text Example
Text Example
White with #CBB520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB520; }
p { color: rgb(203,181,32); }
H1.HeaderClassName
{
color: #CBB520;
}
.AnyTagClassName
{
color: #CBB520;
}
</style>
background-color css
<style>
a { background-color: #CBB520; }
a { background-color: rgb(203,181,32); }
div.DivClassName
{
background-color: #CBB520;
}
.BgClassName
{
background-color: #CBB520;
}
</style>
border-color css
<style>
span { border-color: #CBB520; }
span { border-color: rgb(203,181,32); }
td.TdClassName
{
border-color: #CBB520;
}
.TagClassName
{
border-color: #CBB520;
}
</style>