Shades of Bird Flower #CBB302
Tints of Bird Flower #CBB302
RGB
CMYK
RGB Variations
Color information
#CBB302 (or 0xCBB302) is known color: Bird Flower. HEX triplet: CB, B3 and 02. RGB value is (203,179,2). Sum of RGB (Red+Green+Blue) = 203+179+2=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB302 is #344CFD. Grayscale: #A6A6A6. Windows color (decimal): -3427582 or 177099. OLE color: 177099.
HSL color Cylindrical-coordinate representation of color #CBB302: hue angle of 52.84º degrees, saturation: 0.98, 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 #CBB302 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.20 |
| HSL | 52.84º | 0.98% | 0.4% | - |
| HSV(B) | 52.84º | 0.99% | 0.8% | - |
| XYZ | 40.76 | 44.94 | 6.58 | - |
| YUV | 166 | 35.45 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 2 | 0 | 0.12 | 0.99 | 0.20 | 52.84 | 0.98 | 0.4 |
| Hex | CB | B3 | 2 | 0 | C | 63 | 14 | 35 | 62 | 28 |
| Octal | 313 | 263 | 2 | 0 | 14 | 143 | 24 | 65 | 142 | 50 |
| Binary | 11001011 | 10110011 | 10 | 0 | 1100 | 1100011 | 10100 | 110101 | 1100010 | 101000 |
Color Harmonies of #CBB302
Complementary color
Monochromatic Colors of #CBB302
Black with #CBB302
Text Example
Text Example
White with #CBB302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB302; }
p { color: rgb(203,179,2); }
H1.HeaderClassName
{
color: #CBB302;
}
.AnyTagClassName
{
color: #CBB302;
}
</style>
background-color css
<style>
a { background-color: #CBB302; }
a { background-color: rgb(203,179,2); }
div.DivClassName
{
background-color: #CBB302;
}
.BgClassName
{
background-color: #CBB302;
}
</style>
border-color css
<style>
span { border-color: #CBB302; }
span { border-color: rgb(203,179,2); }
td.TdClassName
{
border-color: #CBB302;
}
.TagClassName
{
border-color: #CBB302;
}
</style>