Shades of Bird Flower #CEB617
Tints of Bird Flower #CEB617
RGB
CMYK
RGB Variations
Color information
#CEB617 (or 0xCEB617) is known color: Bird Flower. HEX triplet: CE, B6 and 17. RGB value is (206,182,23). Sum of RGB (Red+Green+Blue) = 206+182+23=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 23 (9.38% from 255 or 5.60% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB617 is #3149E8. Grayscale: #ABABAB. Windows color (decimal): -3230185 or 1554126. OLE color: 1554126.
HSL color Cylindrical-coordinate representation of color #CEB617: hue angle of 52.13º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEB617 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 23 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.19 |
| HSL | 52.13º | 0.8% | 0.45% | - |
| HSV(B) | 52.13º | 0.89% | 0.81% | - |
| XYZ | 42.34 | 46.64 | 7.58 | - |
| YUV | 171.05 | 44.45 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 23 | 0 | 0.12 | 0.89 | 0.19 | 52.13 | 0.8 | 0.45 |
| Hex | CE | B6 | 17 | 0 | C | 59 | 13 | 34 | 50 | 2D |
| Octal | 316 | 266 | 27 | 0 | 14 | 131 | 23 | 64 | 120 | 55 |
| Binary | 11001110 | 10110110 | 10111 | 0 | 1100 | 1011001 | 10011 | 110100 | 1010000 | 101101 |
Color Harmonies of #CEB617
Complementary color
Monochromatic Colors of #CEB617
Black with #CEB617
Text Example
Text Example
White with #CEB617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB617; }
p { color: rgb(206,182,23); }
H1.HeaderClassName
{
color: #CEB617;
}
.AnyTagClassName
{
color: #CEB617;
}
</style>
background-color css
<style>
a { background-color: #CEB617; }
a { background-color: rgb(206,182,23); }
div.DivClassName
{
background-color: #CEB617;
}
.BgClassName
{
background-color: #CEB617;
}
</style>
border-color css
<style>
span { border-color: #CEB617; }
span { border-color: rgb(206,182,23); }
td.TdClassName
{
border-color: #CEB617;
}
.TagClassName
{
border-color: #CEB617;
}
</style>