Shades of Bird Flower #CBB819
Tints of Bird Flower #CBB819
RGB
CMYK
RGB Variations
Color information
#CBB819 (or 0xCBB819) is known color: Bird Flower. HEX triplet: CB, B8 and 19. RGB value is (203,184,25). Sum of RGB (Red+Green+Blue) = 203+184+25=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB819 is #3447E6. Grayscale: #ACACAC. Windows color (decimal): -3426279 or 1685707. OLE color: 1685707.
HSL color Cylindrical-coordinate representation of color #CBB819: hue angle of 53.6º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBB819 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 25 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.20 |
| HSL | 53.6º | 0.78% | 0.45% | - |
| HSV(B) | 53.6º | 0.88% | 0.8% | - |
| XYZ | 41.94 | 47.05 | 7.79 | - |
| YUV | 171.56 | 45.29 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 25 | 0 | 0.09 | 0.88 | 0.20 | 53.6 | 0.78 | 0.45 |
| Hex | CB | B8 | 19 | 0 | 9 | 58 | 14 | 36 | 4E | 2D |
| Octal | 313 | 270 | 31 | 0 | 11 | 130 | 24 | 66 | 116 | 55 |
| Binary | 11001011 | 10111000 | 11001 | 0 | 1001 | 1011000 | 10100 | 110110 | 1001110 | 101101 |
Color Harmonies of #CBB819
Complementary color
Monochromatic Colors of #CBB819
Black with #CBB819
Text Example
Text Example
White with #CBB819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB819; }
p { color: rgb(203,184,25); }
H1.HeaderClassName
{
color: #CBB819;
}
.AnyTagClassName
{
color: #CBB819;
}
</style>
background-color css
<style>
a { background-color: #CBB819; }
a { background-color: rgb(203,184,25); }
div.DivClassName
{
background-color: #CBB819;
}
.BgClassName
{
background-color: #CBB819;
}
</style>
border-color css
<style>
span { border-color: #CBB819; }
span { border-color: rgb(203,184,25); }
td.TdClassName
{
border-color: #CBB819;
}
.TagClassName
{
border-color: #CBB819;
}
</style>