Shades of Bird Flower #CEB712
Tints of Bird Flower #CEB712
RGB
CMYK
RGB Variations
Color information
#CEB712 (or 0xCEB712) is known color: Bird Flower. HEX triplet: CE, B7 and 12. RGB value is (206,183,18). Sum of RGB (Red+Green+Blue) = 206+183+18=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB712 is #3148ED. Grayscale: #ABABAB. Windows color (decimal): -3229934 or 1226702. OLE color: 1226702.
HSL color Cylindrical-coordinate representation of color #CEB712: hue angle of 52.66º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEB712 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 18 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.19 |
| HSL | 52.66º | 0.84% | 0.44% | - |
| HSV(B) | 52.66º | 0.91% | 0.81% | - |
| XYZ | 42.5 | 47.03 | 7.41 | - |
| YUV | 171.07 | 41.62 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 18 | 0 | 0.11 | 0.91 | 0.19 | 52.66 | 0.84 | 0.44 |
| Hex | CE | B7 | 12 | 0 | B | 5B | 13 | 35 | 54 | 2C |
| Octal | 316 | 267 | 22 | 0 | 13 | 133 | 23 | 65 | 124 | 54 |
| Binary | 11001110 | 10110111 | 10010 | 0 | 1011 | 1011011 | 10011 | 110101 | 1010100 | 101100 |
Color Harmonies of #CEB712
Complementary color
Monochromatic Colors of #CEB712
Black with #CEB712
Text Example
Text Example
White with #CEB712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB712; }
p { color: rgb(206,183,18); }
H1.HeaderClassName
{
color: #CEB712;
}
.AnyTagClassName
{
color: #CEB712;
}
</style>
background-color css
<style>
a { background-color: #CEB712; }
a { background-color: rgb(206,183,18); }
div.DivClassName
{
background-color: #CEB712;
}
.BgClassName
{
background-color: #CEB712;
}
</style>
border-color css
<style>
span { border-color: #CEB712; }
span { border-color: rgb(206,183,18); }
td.TdClassName
{
border-color: #CEB712;
}
.TagClassName
{
border-color: #CEB712;
}
</style>