Shades of Bird Flower #CEB714
Tints of Bird Flower #CEB714
RGB
CMYK
RGB Variations
Color information
#CEB714 (or 0xCEB714) is known color: Bird Flower. HEX triplet: CE, B7 and 14. RGB value is (206,183,20). Sum of RGB (Red+Green+Blue) = 206+183+20=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB714 is #3148EB. Grayscale: #ABABAB. Windows color (decimal): -3229932 or 1357774. OLE color: 1357774.
HSL color Cylindrical-coordinate representation of color #CEB714: hue angle of 52.58º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEB714 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 20 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.19 |
| HSL | 52.58º | 0.82% | 0.44% | - |
| HSV(B) | 52.58º | 0.9% | 0.81% | - |
| XYZ | 42.51 | 47.04 | 7.5 | - |
| YUV | 171.3 | 42.62 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 20 | 0 | 0.11 | 0.90 | 0.19 | 52.58 | 0.82 | 0.44 |
| Hex | CE | B7 | 14 | 0 | B | 5A | 13 | 35 | 52 | 2C |
| Octal | 316 | 267 | 24 | 0 | 13 | 132 | 23 | 65 | 122 | 54 |
| Binary | 11001110 | 10110111 | 10100 | 0 | 1011 | 1011010 | 10011 | 110101 | 1010010 | 101100 |
Color Harmonies of #CEB714
Complementary color
Monochromatic Colors of #CEB714
Black with #CEB714
Text Example
Text Example
White with #CEB714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB714; }
p { color: rgb(206,183,20); }
H1.HeaderClassName
{
color: #CEB714;
}
.AnyTagClassName
{
color: #CEB714;
}
</style>
background-color css
<style>
a { background-color: #CEB714; }
a { background-color: rgb(206,183,20); }
div.DivClassName
{
background-color: #CEB714;
}
.BgClassName
{
background-color: #CEB714;
}
</style>
border-color css
<style>
span { border-color: #CEB714; }
span { border-color: rgb(206,183,20); }
td.TdClassName
{
border-color: #CEB714;
}
.TagClassName
{
border-color: #CEB714;
}
</style>