Shades of Bird Flower #CBB90D
Tints of Bird Flower #CBB90D
RGB
CMYK
RGB Variations
Color information
#CBB90D (or 0xCBB90D) is known color: Bird Flower. HEX triplet: CB, B9 and 0D. RGB value is (203,185,13). Sum of RGB (Red+Green+Blue) = 203+185+13=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB90D is #3446F2. Grayscale: #ABABAB. Windows color (decimal): -3426035 or 899531. OLE color: 899531.
HSL color Cylindrical-coordinate representation of color #CBB90D: hue angle of 54.32º degrees, saturation: 0.88, 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 #CBB90D is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 13 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.20 |
| HSL | 54.32º | 0.88% | 0.42% | - |
| HSV(B) | 54.32º | 0.94% | 0.8% | - |
| XYZ | 42.05 | 47.42 | 7.32 | - |
| YUV | 170.77 | 38.96 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 13 | 0 | 0.09 | 0.94 | 0.20 | 54.32 | 0.88 | 0.42 |
| Hex | CB | B9 | D | 0 | 9 | 5E | 14 | 36 | 58 | 2A |
| Octal | 313 | 271 | 15 | 0 | 11 | 136 | 24 | 66 | 130 | 52 |
| Binary | 11001011 | 10111001 | 1101 | 0 | 1001 | 1011110 | 10100 | 110110 | 1011000 | 101010 |
Color Harmonies of #CBB90D
Complementary color
Monochromatic Colors of #CBB90D
Black with #CBB90D
Text Example
Text Example
White with #CBB90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB90D; }
p { color: rgb(203,185,13); }
H1.HeaderClassName
{
color: #CBB90D;
}
.AnyTagClassName
{
color: #CBB90D;
}
</style>
background-color css
<style>
a { background-color: #CBB90D; }
a { background-color: rgb(203,185,13); }
div.DivClassName
{
background-color: #CBB90D;
}
.BgClassName
{
background-color: #CBB90D;
}
</style>
border-color css
<style>
span { border-color: #CBB90D; }
span { border-color: rgb(203,185,13); }
td.TdClassName
{
border-color: #CBB90D;
}
.TagClassName
{
border-color: #CBB90D;
}
</style>