Shades of Bird Flower #CEB71F
Tints of Bird Flower #CEB71F
RGB
CMYK
RGB Variations
Color information
#CEB71F (or 0xCEB71F) is known color: Bird Flower. HEX triplet: CE, B7 and 1F. RGB value is (206,183,31). Sum of RGB (Red+Green+Blue) = 206+183+31=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 31 (12.5% from 255 or 7.38% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB71F is #3148E0. Grayscale: #ADADAD. Windows color (decimal): -3229921 or 2078670. OLE color: 2078670.
HSL color Cylindrical-coordinate representation of color #CEB71F: hue angle of 52.11º degrees, saturation: 0.74, 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 #CEB71F is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 31 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.19 |
| HSL | 52.11º | 0.74% | 0.46% | - |
| HSV(B) | 52.11º | 0.85% | 0.81% | - |
| XYZ | 42.63 | 47.09 | 8.14 | - |
| YUV | 172.55 | 48.12 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 31 | 0 | 0.11 | 0.85 | 0.19 | 52.11 | 0.74 | 0.46 |
| Hex | CE | B7 | 1F | 0 | B | 55 | 13 | 34 | 4A | 2E |
| Octal | 316 | 267 | 37 | 0 | 13 | 125 | 23 | 64 | 112 | 56 |
| Binary | 11001110 | 10110111 | 11111 | 0 | 1011 | 1010101 | 10011 | 110100 | 1001010 | 101110 |
Color Harmonies of #CEB71F
Complementary color
Monochromatic Colors of #CEB71F
Black with #CEB71F
Text Example
Text Example
White with #CEB71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB71F; }
p { color: rgb(206,183,31); }
H1.HeaderClassName
{
color: #CEB71F;
}
.AnyTagClassName
{
color: #CEB71F;
}
</style>
background-color css
<style>
a { background-color: #CEB71F; }
a { background-color: rgb(206,183,31); }
div.DivClassName
{
background-color: #CEB71F;
}
.BgClassName
{
background-color: #CEB71F;
}
</style>
border-color css
<style>
span { border-color: #CEB71F; }
span { border-color: rgb(206,183,31); }
td.TdClassName
{
border-color: #CEB71F;
}
.TagClassName
{
border-color: #CEB71F;
}
</style>