Shades of Bird Flower #CBB400
Tints of Bird Flower #CBB400
RGB
CMYK
RGB Variations
Color information
#CBB400 (or 0xCBB400) is known color: Bird Flower. HEX triplet: CB, B4 and 00. RGB value is (203,180,0). Sum of RGB (Red+Green+Blue) = 203+180+0=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB400 is #344BFF. Grayscale: #A7A7A7. Windows color (decimal): -3427328 or 46283. OLE color: 46283.
HSL color Cylindrical-coordinate representation of color #CBB400: hue angle of 53.2º 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 #CBB400 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.20 |
| HSL | 53.2º | 1% | 0.4% | - |
| HSV(B) | 53.2º | 1% | 0.8% | - |
| XYZ | 40.95 | 45.34 | 6.59 | - |
| YUV | 166.36 | 34.12 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 0 | 0 | 0.11 | 1 | 0.20 | 53.2 | 1 | 0.4 |
| Hex | CB | B4 | 0 | 0 | B | 64 | 14 | 35 | 64 | 28 |
| Octal | 313 | 264 | 0 | 0 | 13 | 144 | 24 | 65 | 144 | 50 |
| Binary | 11001011 | 10110100 | 0 | 0 | 1011 | 1100100 | 10100 | 110101 | 1100100 | 101000 |
Color Harmonies of #CBB400
Complementary color
Monochromatic Colors of #CBB400
Black with #CBB400
Text Example
Text Example
White with #CBB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB400; }
p { color: rgb(203,180,0); }
H1.HeaderClassName
{
color: #CBB400;
}
.AnyTagClassName
{
color: #CBB400;
}
</style>
background-color css
<style>
a { background-color: #CBB400; }
a { background-color: rgb(203,180,0); }
div.DivClassName
{
background-color: #CBB400;
}
.BgClassName
{
background-color: #CBB400;
}
</style>
border-color css
<style>
span { border-color: #CBB400; }
span { border-color: rgb(203,180,0); }
td.TdClassName
{
border-color: #CBB400;
}
.TagClassName
{
border-color: #CBB400;
}
</style>