Shades of Bird Flower #CBB40B
Tints of Bird Flower #CBB40B
RGB
CMYK
RGB Variations
Color information
#CBB40B (or 0xCBB40B) is known color: Bird Flower. HEX triplet: CB, B4 and 0B. RGB value is (203,180,11). Sum of RGB (Red+Green+Blue) = 203+180+11=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB40B is #344BF4. Grayscale: #A8A8A8. Windows color (decimal): -3427317 or 767179. OLE color: 767179.
HSL color Cylindrical-coordinate representation of color #CBB40B: hue angle of 52.81º 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 #CBB40B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.20 |
| HSL | 52.81º | 0.9% | 0.42% | - |
| HSV(B) | 52.81º | 0.95% | 0.8% | - |
| XYZ | 41.01 | 45.36 | 6.91 | - |
| YUV | 167.61 | 39.62 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 11 | 0 | 0.11 | 0.95 | 0.20 | 52.81 | 0.9 | 0.42 |
| Hex | CB | B4 | B | 0 | B | 5F | 14 | 35 | 5A | 2A |
| Octal | 313 | 264 | 13 | 0 | 13 | 137 | 24 | 65 | 132 | 52 |
| Binary | 11001011 | 10110100 | 1011 | 0 | 1011 | 1011111 | 10100 | 110101 | 1011010 | 101010 |
Color Harmonies of #CBB40B
Complementary color
Monochromatic Colors of #CBB40B
Black with #CBB40B
Text Example
Text Example
White with #CBB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB40B; }
p { color: rgb(203,180,11); }
H1.HeaderClassName
{
color: #CBB40B;
}
.AnyTagClassName
{
color: #CBB40B;
}
</style>
background-color css
<style>
a { background-color: #CBB40B; }
a { background-color: rgb(203,180,11); }
div.DivClassName
{
background-color: #CBB40B;
}
.BgClassName
{
background-color: #CBB40B;
}
</style>
border-color css
<style>
span { border-color: #CBB40B; }
span { border-color: rgb(203,180,11); }
td.TdClassName
{
border-color: #CBB40B;
}
.TagClassName
{
border-color: #CBB40B;
}
</style>