Shades of Bird Flower #CBB41B
Tints of Bird Flower #CBB41B
RGB
CMYK
RGB Variations
Color information
#CBB41B (or 0xCBB41B) is known color: Bird Flower. HEX triplet: CB, B4 and 1B. RGB value is (203,180,27). Sum of RGB (Red+Green+Blue) = 203+180+27=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB41B is #344BE4. Grayscale: #AAAAAA. Windows color (decimal): -3427301 or 1815755. OLE color: 1815755.
HSL color Cylindrical-coordinate representation of color #CBB41B: hue angle of 52.16º 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 #CBB41B is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 27 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.20 |
| HSL | 52.16º | 0.77% | 0.45% | - |
| HSV(B) | 52.16º | 0.87% | 0.8% | - |
| XYZ | 41.15 | 45.42 | 7.63 | - |
| YUV | 169.44 | 47.62 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 27 | 0 | 0.11 | 0.87 | 0.20 | 52.16 | 0.77 | 0.45 |
| Hex | CB | B4 | 1B | 0 | B | 57 | 14 | 34 | 4D | 2D |
| Octal | 313 | 264 | 33 | 0 | 13 | 127 | 24 | 64 | 115 | 55 |
| Binary | 11001011 | 10110100 | 11011 | 0 | 1011 | 1010111 | 10100 | 110100 | 1001101 | 101101 |
Color Harmonies of #CBB41B
Complementary color
Monochromatic Colors of #CBB41B
Black with #CBB41B
Text Example
Text Example
White with #CBB41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB41B; }
p { color: rgb(203,180,27); }
H1.HeaderClassName
{
color: #CBB41B;
}
.AnyTagClassName
{
color: #CBB41B;
}
</style>
background-color css
<style>
a { background-color: #CBB41B; }
a { background-color: rgb(203,180,27); }
div.DivClassName
{
background-color: #CBB41B;
}
.BgClassName
{
background-color: #CBB41B;
}
</style>
border-color css
<style>
span { border-color: #CBB41B; }
span { border-color: rgb(203,180,27); }
td.TdClassName
{
border-color: #CBB41B;
}
.TagClassName
{
border-color: #CBB41B;
}
</style>