Shades of Bird Flower #CBB414
Tints of Bird Flower #CBB414
RGB
CMYK
RGB Variations
Color information
#CBB414 (or 0xCBB414) is known color: Bird Flower. HEX triplet: CB, B4 and 14. RGB value is (203,180,20). Sum of RGB (Red+Green+Blue) = 203+180+20=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB414 is #344BEB. Grayscale: #A9A9A9. Windows color (decimal): -3427308 or 1357003. OLE color: 1357003.
HSL color Cylindrical-coordinate representation of color #CBB414: hue angle of 52.46º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBB414 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 20 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.20 |
| HSL | 52.46º | 0.82% | 0.44% | - |
| HSV(B) | 52.46º | 0.9% | 0.8% | - |
| XYZ | 41.08 | 45.39 | 7.26 | - |
| YUV | 168.64 | 44.12 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 20 | 0 | 0.11 | 0.90 | 0.20 | 52.46 | 0.82 | 0.44 |
| Hex | CB | B4 | 14 | 0 | B | 5A | 14 | 34 | 52 | 2C |
| Octal | 313 | 264 | 24 | 0 | 13 | 132 | 24 | 64 | 122 | 54 |
| Binary | 11001011 | 10110100 | 10100 | 0 | 1011 | 1011010 | 10100 | 110100 | 1010010 | 101100 |
Color Harmonies of #CBB414
Complementary color
Monochromatic Colors of #CBB414
Black with #CBB414
Text Example
Text Example
White with #CBB414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB414; }
p { color: rgb(203,180,20); }
H1.HeaderClassName
{
color: #CBB414;
}
.AnyTagClassName
{
color: #CBB414;
}
</style>
background-color css
<style>
a { background-color: #CBB414; }
a { background-color: rgb(203,180,20); }
div.DivClassName
{
background-color: #CBB414;
}
.BgClassName
{
background-color: #CBB414;
}
</style>
border-color css
<style>
span { border-color: #CBB414; }
span { border-color: rgb(203,180,20); }
td.TdClassName
{
border-color: #CBB414;
}
.TagClassName
{
border-color: #CBB414;
}
</style>