Shades of Bird Flower #CBB60B
Tints of Bird Flower #CBB60B
RGB
CMYK
RGB Variations
Color information
#CBB60B (or 0xCBB60B) is known color: Bird Flower. HEX triplet: CB, B6 and 0B. RGB value is (203,182,11). Sum of RGB (Red+Green+Blue) = 203+182+11=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB60B is #3449F4. Grayscale: #A9A9A9. Windows color (decimal): -3426805 or 767691. OLE color: 767691.
HSL color Cylindrical-coordinate representation of color #CBB60B: hue angle of 53.44º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBB60B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 11 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.20 |
| HSL | 53.44º | 0.9% | 0.42% | - |
| HSV(B) | 53.44º | 0.95% | 0.8% | - |
| XYZ | 41.42 | 46.18 | 7.05 | - |
| YUV | 168.79 | 38.96 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 11 | 0 | 0.10 | 0.95 | 0.20 | 53.44 | 0.9 | 0.42 |
| Hex | CB | B6 | B | 0 | A | 5F | 14 | 35 | 5A | 2A |
| Octal | 313 | 266 | 13 | 0 | 12 | 137 | 24 | 65 | 132 | 52 |
| Binary | 11001011 | 10110110 | 1011 | 0 | 1010 | 1011111 | 10100 | 110101 | 1011010 | 101010 |
Color Harmonies of #CBB60B
Complementary color
Monochromatic Colors of #CBB60B
Black with #CBB60B
Text Example
Text Example
White with #CBB60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB60B; }
p { color: rgb(203,182,11); }
H1.HeaderClassName
{
color: #CBB60B;
}
.AnyTagClassName
{
color: #CBB60B;
}
</style>
background-color css
<style>
a { background-color: #CBB60B; }
a { background-color: rgb(203,182,11); }
div.DivClassName
{
background-color: #CBB60B;
}
.BgClassName
{
background-color: #CBB60B;
}
</style>
border-color css
<style>
span { border-color: #CBB60B; }
span { border-color: rgb(203,182,11); }
td.TdClassName
{
border-color: #CBB60B;
}
.TagClassName
{
border-color: #CBB60B;
}
</style>