Shades of Bird Flower #CBB500
Tints of Bird Flower #CBB500
RGB
CMYK
RGB Variations
Color information
#CBB500 (or 0xCBB500) is known color: Bird Flower. HEX triplet: CB, B5 and 00. RGB value is (203,181,0). Sum of RGB (Red+Green+Blue) = 203+181+0=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB500 is #344AFF. Grayscale: #A7A7A7. Windows color (decimal): -3427072 or 46539. OLE color: 46539.
HSL color Cylindrical-coordinate representation of color #CBB500: hue angle of 53.5º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBB500 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.20 |
| HSL | 53.5º | 1% | 0.4% | - |
| HSV(B) | 53.5º | 1% | 0.8% | - |
| XYZ | 41.15 | 45.74 | 6.66 | - |
| YUV | 166.94 | 33.79 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 0 | 0 | 0.11 | 1 | 0.20 | 53.5 | 1 | 0.4 |
| Hex | CB | B5 | 0 | 0 | B | 64 | 14 | 35 | 64 | 28 |
| Octal | 313 | 265 | 0 | 0 | 13 | 144 | 24 | 65 | 144 | 50 |
| Binary | 11001011 | 10110101 | 0 | 0 | 1011 | 1100100 | 10100 | 110101 | 1100100 | 101000 |
Color Harmonies of #CBB500
Complementary color
Monochromatic Colors of #CBB500
Black with #CBB500
Text Example
Text Example
White with #CBB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB500; }
p { color: rgb(203,181,0); }
H1.HeaderClassName
{
color: #CBB500;
}
.AnyTagClassName
{
color: #CBB500;
}
</style>
background-color css
<style>
a { background-color: #CBB500; }
a { background-color: rgb(203,181,0); }
div.DivClassName
{
background-color: #CBB500;
}
.BgClassName
{
background-color: #CBB500;
}
</style>
border-color css
<style>
span { border-color: #CBB500; }
span { border-color: rgb(203,181,0); }
td.TdClassName
{
border-color: #CBB500;
}
.TagClassName
{
border-color: #CBB500;
}
</style>