Shades of Bird Flower #CBB614
Tints of Bird Flower #CBB614
RGB
CMYK
RGB Variations
Color information
#CBB614 (or 0xCBB614) is known color: Bird Flower. HEX triplet: CB, B6 and 14. RGB value is (203,182,20). Sum of RGB (Red+Green+Blue) = 203+182+20=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB614 is #3449EB. Grayscale: #AAAAAA. Windows color (decimal): -3426796 or 1357515. OLE color: 1357515.
HSL color Cylindrical-coordinate representation of color #CBB614: hue angle of 53.11º 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 #CBB614 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 20 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.20 |
| HSL | 53.11º | 0.82% | 0.44% | - |
| HSV(B) | 53.11º | 0.9% | 0.8% | - |
| XYZ | 41.48 | 46.2 | 7.39 | - |
| YUV | 169.81 | 43.46 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 20 | 0 | 0.10 | 0.90 | 0.20 | 53.11 | 0.82 | 0.44 |
| Hex | CB | B6 | 14 | 0 | A | 5A | 14 | 35 | 52 | 2C |
| Octal | 313 | 266 | 24 | 0 | 12 | 132 | 24 | 65 | 122 | 54 |
| Binary | 11001011 | 10110110 | 10100 | 0 | 1010 | 1011010 | 10100 | 110101 | 1010010 | 101100 |
Color Harmonies of #CBB614
Complementary color
Monochromatic Colors of #CBB614
Black with #CBB614
Text Example
Text Example
White with #CBB614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB614; }
p { color: rgb(203,182,20); }
H1.HeaderClassName
{
color: #CBB614;
}
.AnyTagClassName
{
color: #CBB614;
}
</style>
background-color css
<style>
a { background-color: #CBB614; }
a { background-color: rgb(203,182,20); }
div.DivClassName
{
background-color: #CBB614;
}
.BgClassName
{
background-color: #CBB614;
}
</style>
border-color css
<style>
span { border-color: #CBB614; }
span { border-color: rgb(203,182,20); }
td.TdClassName
{
border-color: #CBB614;
}
.TagClassName
{
border-color: #CBB614;
}
</style>