Shades of Bird Flower #CBB71F
Tints of Bird Flower #CBB71F
RGB
CMYK
RGB Variations
Color information
#CBB71F (or 0xCBB71F) is known color: Bird Flower. HEX triplet: CB, B7 and 1F. RGB value is (203,183,31). Sum of RGB (Red+Green+Blue) = 203+183+31=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB71F is #3448E0. Grayscale: #ACACAC. Windows color (decimal): -3426529 or 2078667. OLE color: 2078667.
HSL color Cylindrical-coordinate representation of color #CBB71F: hue angle of 53.02º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBB71F is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 31 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.20 |
| HSL | 53.02º | 0.74% | 0.46% | - |
| HSV(B) | 53.02º | 0.85% | 0.8% | - |
| XYZ | 41.81 | 46.66 | 8.1 | - |
| YUV | 171.65 | 48.63 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 31 | 0 | 0.10 | 0.85 | 0.20 | 53.02 | 0.74 | 0.46 |
| Hex | CB | B7 | 1F | 0 | A | 55 | 14 | 35 | 4A | 2E |
| Octal | 313 | 267 | 37 | 0 | 12 | 125 | 24 | 65 | 112 | 56 |
| Binary | 11001011 | 10110111 | 11111 | 0 | 1010 | 1010101 | 10100 | 110101 | 1001010 | 101110 |
Color Harmonies of #CBB71F
Complementary color
Monochromatic Colors of #CBB71F
Black with #CBB71F
Text Example
Text Example
White with #CBB71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB71F; }
p { color: rgb(203,183,31); }
H1.HeaderClassName
{
color: #CBB71F;
}
.AnyTagClassName
{
color: #CBB71F;
}
</style>
background-color css
<style>
a { background-color: #CBB71F; }
a { background-color: rgb(203,183,31); }
div.DivClassName
{
background-color: #CBB71F;
}
.BgClassName
{
background-color: #CBB71F;
}
</style>
border-color css
<style>
span { border-color: #CBB71F; }
span { border-color: rgb(203,183,31); }
td.TdClassName
{
border-color: #CBB71F;
}
.TagClassName
{
border-color: #CBB71F;
}
</style>