Shades of Bird Flower #CBB30E
Tints of Bird Flower #CBB30E
RGB
CMYK
RGB Variations
Color information
#CBB30E (or 0xCBB30E) is known color: Bird Flower. HEX triplet: CB, B3 and 0E. RGB value is (203,179,14). Sum of RGB (Red+Green+Blue) = 203+179+14=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB30E is #344CF1. Grayscale: #A8A8A8. Windows color (decimal): -3427570 or 963531. OLE color: 963531.
HSL color Cylindrical-coordinate representation of color #CBB30E: hue angle of 52.38º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBB30E is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 14 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.20 |
| HSL | 52.38º | 0.87% | 0.43% | - |
| HSV(B) | 52.38º | 0.93% | 0.8% | - |
| XYZ | 40.83 | 44.97 | 6.94 | - |
| YUV | 167.37 | 41.45 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 14 | 0 | 0.12 | 0.93 | 0.20 | 52.38 | 0.87 | 0.43 |
| Hex | CB | B3 | E | 0 | C | 5D | 14 | 34 | 57 | 2B |
| Octal | 313 | 263 | 16 | 0 | 14 | 135 | 24 | 64 | 127 | 53 |
| Binary | 11001011 | 10110011 | 1110 | 0 | 1100 | 1011101 | 10100 | 110100 | 1010111 | 101011 |
Color Harmonies of #CBB30E
Complementary color
Monochromatic Colors of #CBB30E
Black with #CBB30E
Text Example
Text Example
White with #CBB30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB30E; }
p { color: rgb(203,179,14); }
H1.HeaderClassName
{
color: #CBB30E;
}
.AnyTagClassName
{
color: #CBB30E;
}
</style>
background-color css
<style>
a { background-color: #CBB30E; }
a { background-color: rgb(203,179,14); }
div.DivClassName
{
background-color: #CBB30E;
}
.BgClassName
{
background-color: #CBB30E;
}
</style>
border-color css
<style>
span { border-color: #CBB30E; }
span { border-color: rgb(203,179,14); }
td.TdClassName
{
border-color: #CBB30E;
}
.TagClassName
{
border-color: #CBB30E;
}
</style>