Shades of Bird Flower #CBB119
Tints of Bird Flower #CBB119
RGB
CMYK
RGB Variations
Color information
#CBB119 (or 0xCBB119) is known color: Bird Flower. HEX triplet: CB, B1 and 19. RGB value is (203,177,25). Sum of RGB (Red+Green+Blue) = 203+177+25=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 25 (10.16% from 255 or 6.17% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB119 is #344EE6. Grayscale: #A8A8A8. Windows color (decimal): -3428071 or 1683915. OLE color: 1683915.
HSL color Cylindrical-coordinate representation of color #CBB119: hue angle of 51.24º 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 #CBB119 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 25 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.20 |
| HSL | 51.24º | 0.78% | 0.45% | - |
| HSV(B) | 51.24º | 0.88% | 0.8% | - |
| XYZ | 40.53 | 44.21 | 7.32 | - |
| YUV | 167.45 | 47.61 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 25 | 0 | 0.13 | 0.88 | 0.20 | 51.24 | 0.78 | 0.45 |
| Hex | CB | B1 | 19 | 0 | D | 58 | 14 | 33 | 4E | 2D |
| Octal | 313 | 261 | 31 | 0 | 15 | 130 | 24 | 63 | 116 | 55 |
| Binary | 11001011 | 10110001 | 11001 | 0 | 1101 | 1011000 | 10100 | 110011 | 1001110 | 101101 |
Color Harmonies of #CBB119
Complementary color
Monochromatic Colors of #CBB119
Black with #CBB119
Text Example
Text Example
White with #CBB119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB119; }
p { color: rgb(203,177,25); }
H1.HeaderClassName
{
color: #CBB119;
}
.AnyTagClassName
{
color: #CBB119;
}
</style>
background-color css
<style>
a { background-color: #CBB119; }
a { background-color: rgb(203,177,25); }
div.DivClassName
{
background-color: #CBB119;
}
.BgClassName
{
background-color: #CBB119;
}
</style>
border-color css
<style>
span { border-color: #CBB119; }
span { border-color: rgb(203,177,25); }
td.TdClassName
{
border-color: #CBB119;
}
.TagClassName
{
border-color: #CBB119;
}
</style>