Shades of Bird Flower #CBC811
Tints of Bird Flower #CBC811
RGB
CMYK
RGB Variations
Color information
#CBC811 (or 0xCBC811) is known color: Bird Flower. HEX triplet: CB, C8 and 11. RGB value is (203,200,17). Sum of RGB (Red+Green+Blue) = 203+200+17=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC811 is #3437EE. Grayscale: #B4B4B4. Windows color (decimal): -3422191 or 1165515. OLE color: 1165515.
HSL color Cylindrical-coordinate representation of color #CBC811: hue angle of 59.03º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBC811 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 17 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.20 |
| HSL | 59.03º | 0.85% | 0.43% | - |
| HSV(B) | 59.03º | 0.92% | 0.8% | - |
| XYZ | 45.38 | 54.05 | 8.57 | - |
| YUV | 180.04 | 35.99 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 17 | 0 | 0.01 | 0.92 | 0.20 | 59.03 | 0.85 | 0.43 |
| Hex | CB | C8 | 11 | 0 | 1 | 5C | 14 | 3B | 55 | 2B |
| Octal | 313 | 310 | 21 | 0 | 1 | 134 | 24 | 73 | 125 | 53 |
| Binary | 11001011 | 11001000 | 10001 | 0 | 1 | 1011100 | 10100 | 111011 | 1010101 | 101011 |
Color Harmonies of #CBC811
Complementary color
Monochromatic Colors of #CBC811
Black with #CBC811
Text Example
Text Example
White with #CBC811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC811; }
p { color: rgb(203,200,17); }
H1.HeaderClassName
{
color: #CBC811;
}
.AnyTagClassName
{
color: #CBC811;
}
</style>
background-color css
<style>
a { background-color: #CBC811; }
a { background-color: rgb(203,200,17); }
div.DivClassName
{
background-color: #CBC811;
}
.BgClassName
{
background-color: #CBC811;
}
</style>
border-color css
<style>
span { border-color: #CBC811; }
span { border-color: rgb(203,200,17); }
td.TdClassName
{
border-color: #CBC811;
}
.TagClassName
{
border-color: #CBC811;
}
</style>