Shades of Bird Flower #CBB90C
Tints of Bird Flower #CBB90C
RGB
CMYK
RGB Variations
Color information
#CBB90C (or 0xCBB90C) is known color: Bird Flower. HEX triplet: CB, B9 and 0C. RGB value is (203,185,12). Sum of RGB (Red+Green+Blue) = 203+185+12=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB90C is #3446F3. Grayscale: #ABABAB. Windows color (decimal): -3426036 or 833995. OLE color: 833995.
HSL color Cylindrical-coordinate representation of color #CBB90C: hue angle of 54.35º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBB90C is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 12 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.20 |
| HSL | 54.35º | 0.89% | 0.42% | - |
| HSV(B) | 54.35º | 0.94% | 0.8% | - |
| XYZ | 42.04 | 47.42 | 7.29 | - |
| YUV | 170.66 | 38.46 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 12 | 0 | 0.09 | 0.94 | 0.20 | 54.35 | 0.89 | 0.42 |
| Hex | CB | B9 | C | 0 | 9 | 5E | 14 | 36 | 59 | 2A |
| Octal | 313 | 271 | 14 | 0 | 11 | 136 | 24 | 66 | 131 | 52 |
| Binary | 11001011 | 10111001 | 1100 | 0 | 1001 | 1011110 | 10100 | 110110 | 1011001 | 101010 |
Color Harmonies of #CBB90C
Complementary color
Monochromatic Colors of #CBB90C
Black with #CBB90C
Text Example
Text Example
White with #CBB90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB90C; }
p { color: rgb(203,185,12); }
H1.HeaderClassName
{
color: #CBB90C;
}
.AnyTagClassName
{
color: #CBB90C;
}
</style>
background-color css
<style>
a { background-color: #CBB90C; }
a { background-color: rgb(203,185,12); }
div.DivClassName
{
background-color: #CBB90C;
}
.BgClassName
{
background-color: #CBB90C;
}
</style>
border-color css
<style>
span { border-color: #CBB90C; }
span { border-color: rgb(203,185,12); }
td.TdClassName
{
border-color: #CBB90C;
}
.TagClassName
{
border-color: #CBB90C;
}
</style>