Shades of Bird Flower #CBB701
Tints of Bird Flower #CBB701
RGB
CMYK
RGB Variations
Color information
#CBB701 (or 0xCBB701) is known color: Bird Flower. HEX triplet: CB, B7 and 01. RGB value is (203,183,1). Sum of RGB (Red+Green+Blue) = 203+183+1=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB701 is #3448FE. Grayscale: #A8A8A8. Windows color (decimal): -3426559 or 112587. OLE color: 112587.
HSL color Cylindrical-coordinate representation of color #CBB701: hue angle of 54.06º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBB701 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 1 | - |
| CMYK | 0 | 0.10 | 1.00 | 0.20 |
| HSL | 54.06º | 0.99% | 0.4% | - |
| HSV(B) | 54.06º | 1% | 0.8% | - |
| XYZ | 41.57 | 46.57 | 6.83 | - |
| YUV | 168.23 | 33.63 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 1 | 0 | 0.10 | 1.00 | 0.20 | 54.06 | 0.99 | 0.4 |
| Hex | CB | B7 | 1 | 0 | A | 64 | 14 | 36 | 63 | 28 |
| Octal | 313 | 267 | 1 | 0 | 12 | 144 | 24 | 66 | 143 | 50 |
| Binary | 11001011 | 10110111 | 1 | 0 | 1010 | 1100100 | 10100 | 110110 | 1100011 | 101000 |
Color Harmonies of #CBB701
Complementary color
Monochromatic Colors of #CBB701
Black with #CBB701
Text Example
Text Example
White with #CBB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB701; }
p { color: rgb(203,183,1); }
H1.HeaderClassName
{
color: #CBB701;
}
.AnyTagClassName
{
color: #CBB701;
}
</style>
background-color css
<style>
a { background-color: #CBB701; }
a { background-color: rgb(203,183,1); }
div.DivClassName
{
background-color: #CBB701;
}
.BgClassName
{
background-color: #CBB701;
}
</style>
border-color css
<style>
span { border-color: #CBB701; }
span { border-color: rgb(203,183,1); }
td.TdClassName
{
border-color: #CBB701;
}
.TagClassName
{
border-color: #CBB701;
}
</style>