Shades of Bird Flower #CBB51B
Tints of Bird Flower #CBB51B
RGB
CMYK
RGB Variations
Color information
#CBB51B (or 0xCBB51B) is known color: Bird Flower. HEX triplet: CB, B5 and 1B. RGB value is (203,181,27). Sum of RGB (Red+Green+Blue) = 203+181+27=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB51B is #344AE4. Grayscale: #AAAAAA. Windows color (decimal): -3427045 or 1816011. OLE color: 1816011.
HSL color Cylindrical-coordinate representation of color #CBB51B: hue angle of 52.5º 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 #CBB51B is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 27 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.20 |
| HSL | 52.5º | 0.77% | 0.45% | - |
| HSV(B) | 52.5º | 0.87% | 0.8% | - |
| XYZ | 41.35 | 45.82 | 7.7 | - |
| YUV | 170.02 | 47.29 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 27 | 0 | 0.11 | 0.87 | 0.20 | 52.5 | 0.77 | 0.45 |
| Hex | CB | B5 | 1B | 0 | B | 57 | 14 | 34 | 4D | 2D |
| Octal | 313 | 265 | 33 | 0 | 13 | 127 | 24 | 64 | 115 | 55 |
| Binary | 11001011 | 10110101 | 11011 | 0 | 1011 | 1010111 | 10100 | 110100 | 1001101 | 101101 |
Color Harmonies of #CBB51B
Complementary color
Monochromatic Colors of #CBB51B
Black with #CBB51B
Text Example
Text Example
White with #CBB51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB51B; }
p { color: rgb(203,181,27); }
H1.HeaderClassName
{
color: #CBB51B;
}
.AnyTagClassName
{
color: #CBB51B;
}
</style>
background-color css
<style>
a { background-color: #CBB51B; }
a { background-color: rgb(203,181,27); }
div.DivClassName
{
background-color: #CBB51B;
}
.BgClassName
{
background-color: #CBB51B;
}
</style>
border-color css
<style>
span { border-color: #CBB51B; }
span { border-color: rgb(203,181,27); }
td.TdClassName
{
border-color: #CBB51B;
}
.TagClassName
{
border-color: #CBB51B;
}
</style>