Shades of Bird Flower #CBB403
Tints of Bird Flower #CBB403
RGB
CMYK
RGB Variations
Color information
#CBB403 (or 0xCBB403) is known color: Bird Flower. HEX triplet: CB, B4 and 03. RGB value is (203,180,3). Sum of RGB (Red+Green+Blue) = 203+180+3=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB403 is #344BFC. Grayscale: #A7A7A7. Windows color (decimal): -3427325 or 242891. OLE color: 242891.
HSL color Cylindrical-coordinate representation of color #CBB403: hue angle of 53.1º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBB403 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.20 |
| HSL | 53.1º | 0.97% | 0.4% | - |
| HSV(B) | 53.1º | 0.99% | 0.8% | - |
| XYZ | 40.97 | 45.35 | 6.68 | - |
| YUV | 166.7 | 35.62 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 3 | 0 | 0.11 | 0.99 | 0.20 | 53.1 | 0.97 | 0.4 |
| Hex | CB | B4 | 3 | 0 | B | 63 | 14 | 35 | 61 | 28 |
| Octal | 313 | 264 | 3 | 0 | 13 | 143 | 24 | 65 | 141 | 50 |
| Binary | 11001011 | 10110100 | 11 | 0 | 1011 | 1100011 | 10100 | 110101 | 1100001 | 101000 |
Color Harmonies of #CBB403
Complementary color
Monochromatic Colors of #CBB403
Black with #CBB403
Text Example
Text Example
White with #CBB403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB403; }
p { color: rgb(203,180,3); }
H1.HeaderClassName
{
color: #CBB403;
}
.AnyTagClassName
{
color: #CBB403;
}
</style>
background-color css
<style>
a { background-color: #CBB403; }
a { background-color: rgb(203,180,3); }
div.DivClassName
{
background-color: #CBB403;
}
.BgClassName
{
background-color: #CBB403;
}
</style>
border-color css
<style>
span { border-color: #CBB403; }
span { border-color: rgb(203,180,3); }
td.TdClassName
{
border-color: #CBB403;
}
.TagClassName
{
border-color: #CBB403;
}
</style>