Shades of Bird Flower #CBB524
Tints of Bird Flower #CBB524
RGB
CMYK
RGB Variations
Color information
#CBB524 (or 0xCBB524) is known color: Bird Flower. HEX triplet: CB, B5 and 24. RGB value is (203,181,36). Sum of RGB (Red+Green+Blue) = 203+181+36=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 36 (14.45% from 255 or 8.57% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB524 is #344ADB. Grayscale: #ABABAB. Windows color (decimal): -3427036 or 2405835. OLE color: 2405835.
HSL color Cylindrical-coordinate representation of color #CBB524: hue angle of 52.1º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBB524 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 36 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.20 |
| HSL | 52.1º | 0.7% | 0.47% | - |
| HSV(B) | 52.1º | 0.82% | 0.8% | - |
| XYZ | 41.47 | 45.87 | 8.34 | - |
| YUV | 171.05 | 51.79 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 36 | 0 | 0.11 | 0.82 | 0.20 | 52.1 | 0.7 | 0.47 |
| Hex | CB | B5 | 24 | 0 | B | 52 | 14 | 34 | 46 | 2F |
| Octal | 313 | 265 | 44 | 0 | 13 | 122 | 24 | 64 | 106 | 57 |
| Binary | 11001011 | 10110101 | 100100 | 0 | 1011 | 1010010 | 10100 | 110100 | 1000110 | 101111 |
Color Harmonies of #CBB524
Complementary color
Monochromatic Colors of #CBB524
Black with #CBB524
Text Example
Text Example
White with #CBB524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB524; }
p { color: rgb(203,181,36); }
H1.HeaderClassName
{
color: #CBB524;
}
.AnyTagClassName
{
color: #CBB524;
}
</style>
background-color css
<style>
a { background-color: #CBB524; }
a { background-color: rgb(203,181,36); }
div.DivClassName
{
background-color: #CBB524;
}
.BgClassName
{
background-color: #CBB524;
}
</style>
border-color css
<style>
span { border-color: #CBB524; }
span { border-color: rgb(203,181,36); }
td.TdClassName
{
border-color: #CBB524;
}
.TagClassName
{
border-color: #CBB524;
}
</style>