Shades of Bird Flower #CEB61E
Tints of Bird Flower #CEB61E
RGB
CMYK
RGB Variations
Color information
#CEB61E (or 0xCEB61E) is known color: Bird Flower. HEX triplet: CE, B6 and 1E. RGB value is (206,182,30). Sum of RGB (Red+Green+Blue) = 206+182+30=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB61E is #3149E1. Grayscale: #ACACAC. Windows color (decimal): -3230178 or 2012878. OLE color: 2012878.
HSL color Cylindrical-coordinate representation of color #CEB61E: hue angle of 51.82º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEB61E is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 30 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.19 |
| HSL | 51.82º | 0.75% | 0.46% | - |
| HSV(B) | 51.82º | 0.85% | 0.81% | - |
| XYZ | 42.42 | 46.67 | 8 | - |
| YUV | 171.85 | 47.95 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 30 | 0 | 0.12 | 0.85 | 0.19 | 51.82 | 0.75 | 0.46 |
| Hex | CE | B6 | 1E | 0 | C | 55 | 13 | 34 | 4B | 2E |
| Octal | 316 | 266 | 36 | 0 | 14 | 125 | 23 | 64 | 113 | 56 |
| Binary | 11001110 | 10110110 | 11110 | 0 | 1100 | 1010101 | 10011 | 110100 | 1001011 | 101110 |
Color Harmonies of #CEB61E
Complementary color
Monochromatic Colors of #CEB61E
Black with #CEB61E
Text Example
Text Example
White with #CEB61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB61E; }
p { color: rgb(206,182,30); }
H1.HeaderClassName
{
color: #CEB61E;
}
.AnyTagClassName
{
color: #CEB61E;
}
</style>
background-color css
<style>
a { background-color: #CEB61E; }
a { background-color: rgb(206,182,30); }
div.DivClassName
{
background-color: #CEB61E;
}
.BgClassName
{
background-color: #CEB61E;
}
</style>
border-color css
<style>
span { border-color: #CEB61E; }
span { border-color: rgb(206,182,30); }
td.TdClassName
{
border-color: #CEB61E;
}
.TagClassName
{
border-color: #CEB61E;
}
</style>