Shades of Bird Flower #CBB619
Tints of Bird Flower #CBB619
RGB
CMYK
RGB Variations
Color information
#CBB619 (or 0xCBB619) is known color: Bird Flower. HEX triplet: CB, B6 and 19. RGB value is (203,182,25). Sum of RGB (Red+Green+Blue) = 203+182+25=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB619 is #3449E6. Grayscale: #ABABAB. Windows color (decimal): -3426791 or 1685195. OLE color: 1685195.
HSL color Cylindrical-coordinate representation of color #CBB619: hue angle of 52.92º 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 #CBB619 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 25 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.20 |
| HSL | 52.92º | 0.78% | 0.45% | - |
| HSV(B) | 52.92º | 0.88% | 0.8% | - |
| XYZ | 41.53 | 46.22 | 7.65 | - |
| YUV | 170.38 | 45.96 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 25 | 0 | 0.10 | 0.88 | 0.20 | 52.92 | 0.78 | 0.45 |
| Hex | CB | B6 | 19 | 0 | A | 58 | 14 | 35 | 4E | 2D |
| Octal | 313 | 266 | 31 | 0 | 12 | 130 | 24 | 65 | 116 | 55 |
| Binary | 11001011 | 10110110 | 11001 | 0 | 1010 | 1011000 | 10100 | 110101 | 1001110 | 101101 |
Color Harmonies of #CBB619
Complementary color
Monochromatic Colors of #CBB619
Black with #CBB619
Text Example
Text Example
White with #CBB619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB619; }
p { color: rgb(203,182,25); }
H1.HeaderClassName
{
color: #CBB619;
}
.AnyTagClassName
{
color: #CBB619;
}
</style>
background-color css
<style>
a { background-color: #CBB619; }
a { background-color: rgb(203,182,25); }
div.DivClassName
{
background-color: #CBB619;
}
.BgClassName
{
background-color: #CBB619;
}
</style>
border-color css
<style>
span { border-color: #CBB619; }
span { border-color: rgb(203,182,25); }
td.TdClassName
{
border-color: #CBB619;
}
.TagClassName
{
border-color: #CBB619;
}
</style>