Shades of Bird Flower #CBB61B
Tints of Bird Flower #CBB61B
RGB
CMYK
RGB Variations
Color information
#CBB61B (or 0xCBB61B) is known color: Bird Flower. HEX triplet: CB, B6 and 1B. RGB value is (203,182,27). Sum of RGB (Red+Green+Blue) = 203+182+27=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB61B is #3449E4. Grayscale: #ABABAB. Windows color (decimal): -3426789 or 1816267. OLE color: 1816267.
HSL color Cylindrical-coordinate representation of color #CBB61B: hue angle of 52.84º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBB61B is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 27 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.20 |
| HSL | 52.84º | 0.77% | 0.45% | - |
| HSV(B) | 52.84º | 0.87% | 0.8% | - |
| XYZ | 41.55 | 46.23 | 7.77 | - |
| YUV | 170.61 | 46.96 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 27 | 0 | 0.10 | 0.87 | 0.20 | 52.84 | 0.77 | 0.45 |
| Hex | CB | B6 | 1B | 0 | A | 57 | 14 | 35 | 4D | 2D |
| Octal | 313 | 266 | 33 | 0 | 12 | 127 | 24 | 65 | 115 | 55 |
| Binary | 11001011 | 10110110 | 11011 | 0 | 1010 | 1010111 | 10100 | 110101 | 1001101 | 101101 |
Color Harmonies of #CBB61B
Complementary color
Monochromatic Colors of #CBB61B
Black with #CBB61B
Text Example
Text Example
White with #CBB61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB61B; }
p { color: rgb(203,182,27); }
H1.HeaderClassName
{
color: #CBB61B;
}
.AnyTagClassName
{
color: #CBB61B;
}
</style>
background-color css
<style>
a { background-color: #CBB61B; }
a { background-color: rgb(203,182,27); }
div.DivClassName
{
background-color: #CBB61B;
}
.BgClassName
{
background-color: #CBB61B;
}
</style>
border-color css
<style>
span { border-color: #CBB61B; }
span { border-color: rgb(203,182,27); }
td.TdClassName
{
border-color: #CBB61B;
}
.TagClassName
{
border-color: #CBB61B;
}
</style>