Shades of Bird Flower #CBB519
Tints of Bird Flower #CBB519
RGB
CMYK
RGB Variations
Color information
#CBB519 (or 0xCBB519) is known color: Bird Flower. HEX triplet: CB, B5 and 19. RGB value is (203,181,25). Sum of RGB (Red+Green+Blue) = 203+181+25=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB519 is #344AE6. Grayscale: #AAAAAA. Windows color (decimal): -3427047 or 1684939. OLE color: 1684939.
HSL color Cylindrical-coordinate representation of color #CBB519: hue angle of 52.58º 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 #CBB519 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 25 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.20 |
| HSL | 52.58º | 0.78% | 0.45% | - |
| HSV(B) | 52.58º | 0.88% | 0.8% | - |
| XYZ | 41.33 | 45.81 | 7.58 | - |
| YUV | 169.79 | 46.29 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 25 | 0 | 0.11 | 0.88 | 0.20 | 52.58 | 0.78 | 0.45 |
| Hex | CB | B5 | 19 | 0 | B | 58 | 14 | 35 | 4E | 2D |
| Octal | 313 | 265 | 31 | 0 | 13 | 130 | 24 | 65 | 116 | 55 |
| Binary | 11001011 | 10110101 | 11001 | 0 | 1011 | 1011000 | 10100 | 110101 | 1001110 | 101101 |
Color Harmonies of #CBB519
Complementary color
Monochromatic Colors of #CBB519
Black with #CBB519
Text Example
Text Example
White with #CBB519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB519; }
p { color: rgb(203,181,25); }
H1.HeaderClassName
{
color: #CBB519;
}
.AnyTagClassName
{
color: #CBB519;
}
</style>
background-color css
<style>
a { background-color: #CBB519; }
a { background-color: rgb(203,181,25); }
div.DivClassName
{
background-color: #CBB519;
}
.BgClassName
{
background-color: #CBB519;
}
</style>
border-color css
<style>
span { border-color: #CBB519; }
span { border-color: rgb(203,181,25); }
td.TdClassName
{
border-color: #CBB519;
}
.TagClassName
{
border-color: #CBB519;
}
</style>