Shades of Bird Flower #CBB31B
Tints of Bird Flower #CBB31B
RGB
CMYK
RGB Variations
Color information
#CBB31B (or 0xCBB31B) is known color: Bird Flower. HEX triplet: CB, B3 and 1B. RGB value is (203,179,27). Sum of RGB (Red+Green+Blue) = 203+179+27=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB31B is #344CE4. Grayscale: #A9A9A9. Windows color (decimal): -3427557 or 1815499. OLE color: 1815499.
HSL color Cylindrical-coordinate representation of color #CBB31B: hue angle of 51.82º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBB31B is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 27 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.20 |
| HSL | 51.82º | 0.77% | 0.45% | - |
| HSV(B) | 51.82º | 0.87% | 0.8% | - |
| XYZ | 40.95 | 45.02 | 7.57 | - |
| YUV | 168.85 | 47.95 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 27 | 0 | 0.12 | 0.87 | 0.20 | 51.82 | 0.77 | 0.45 |
| Hex | CB | B3 | 1B | 0 | C | 57 | 14 | 34 | 4D | 2D |
| Octal | 313 | 263 | 33 | 0 | 14 | 127 | 24 | 64 | 115 | 55 |
| Binary | 11001011 | 10110011 | 11011 | 0 | 1100 | 1010111 | 10100 | 110100 | 1001101 | 101101 |
Color Harmonies of #CBB31B
Complementary color
Monochromatic Colors of #CBB31B
Black with #CBB31B
Text Example
Text Example
White with #CBB31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB31B; }
p { color: rgb(203,179,27); }
H1.HeaderClassName
{
color: #CBB31B;
}
.AnyTagClassName
{
color: #CBB31B;
}
</style>
background-color css
<style>
a { background-color: #CBB31B; }
a { background-color: rgb(203,179,27); }
div.DivClassName
{
background-color: #CBB31B;
}
.BgClassName
{
background-color: #CBB31B;
}
</style>
border-color css
<style>
span { border-color: #CBB31B; }
span { border-color: rgb(203,179,27); }
td.TdClassName
{
border-color: #CBB31B;
}
.TagClassName
{
border-color: #CBB31B;
}
</style>