Shades of Bird Flower #CBB700
Tints of Bird Flower #CBB700
RGB
CMYK
RGB Variations
Color information
#CBB700 (or 0xCBB700) is known color: Bird Flower. HEX triplet: CB, B7 and 00. RGB value is (203,183,0). Sum of RGB (Red+Green+Blue) = 203+183+0=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB700 is #3448FF. Grayscale: #A8A8A8. Windows color (decimal): -3426560 or 47051. OLE color: 47051.
HSL color Cylindrical-coordinate representation of color #CBB700: hue angle of 54.09º 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 #CBB700 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.20 |
| HSL | 54.09º | 1% | 0.4% | - |
| HSV(B) | 54.09º | 1% | 0.8% | - |
| XYZ | 41.56 | 46.56 | 6.8 | - |
| YUV | 168.12 | 33.13 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 0 | 0 | 0.10 | 1 | 0.20 | 54.09 | 1 | 0.4 |
| Hex | CB | B7 | 0 | 0 | A | 64 | 14 | 36 | 64 | 28 |
| Octal | 313 | 267 | 0 | 0 | 12 | 144 | 24 | 66 | 144 | 50 |
| Binary | 11001011 | 10110111 | 0 | 0 | 1010 | 1100100 | 10100 | 110110 | 1100100 | 101000 |
Color Harmonies of #CBB700
Complementary color
Monochromatic Colors of #CBB700
Black with #CBB700
Text Example
Text Example
White with #CBB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB700; }
p { color: rgb(203,183,0); }
H1.HeaderClassName
{
color: #CBB700;
}
.AnyTagClassName
{
color: #CBB700;
}
</style>
background-color css
<style>
a { background-color: #CBB700; }
a { background-color: rgb(203,183,0); }
div.DivClassName
{
background-color: #CBB700;
}
.BgClassName
{
background-color: #CBB700;
}
</style>
border-color css
<style>
span { border-color: #CBB700; }
span { border-color: rgb(203,183,0); }
td.TdClassName
{
border-color: #CBB700;
}
.TagClassName
{
border-color: #CBB700;
}
</style>