Shades of Bird Flower #CEB212
Tints of Bird Flower #CEB212
RGB
CMYK
RGB Variations
Color information
#CEB212 (or 0xCEB212) is known color: Bird Flower. HEX triplet: CE, B2 and 12. RGB value is (206,178,18). Sum of RGB (Red+Green+Blue) = 206+178+18=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB212 is #314DED. Grayscale: #A8A8A8. Windows color (decimal): -3231214 or 1225422. OLE color: 1225422.
HSL color Cylindrical-coordinate representation of color #CEB212: hue angle of 51.06º 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 #CEB212 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 18 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.19 |
| HSL | 51.06º | 0.84% | 0.44% | - |
| HSV(B) | 51.06º | 0.91% | 0.81% | - |
| XYZ | 41.48 | 45.01 | 7.07 | - |
| YUV | 168.13 | 43.28 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 18 | 0 | 0.14 | 0.91 | 0.19 | 51.06 | 0.84 | 0.44 |
| Hex | CE | B2 | 12 | 0 | E | 5B | 13 | 33 | 54 | 2C |
| Octal | 316 | 262 | 22 | 0 | 16 | 133 | 23 | 63 | 124 | 54 |
| Binary | 11001110 | 10110010 | 10010 | 0 | 1110 | 1011011 | 10011 | 110011 | 1010100 | 101100 |
Color Harmonies of #CEB212
Complementary color
Monochromatic Colors of #CEB212
Black with #CEB212
Text Example
Text Example
White with #CEB212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB212; }
p { color: rgb(206,178,18); }
H1.HeaderClassName
{
color: #CEB212;
}
.AnyTagClassName
{
color: #CEB212;
}
</style>
background-color css
<style>
a { background-color: #CEB212; }
a { background-color: rgb(206,178,18); }
div.DivClassName
{
background-color: #CEB212;
}
.BgClassName
{
background-color: #CEB212;
}
</style>
border-color css
<style>
span { border-color: #CEB212; }
span { border-color: rgb(206,178,18); }
td.TdClassName
{
border-color: #CEB212;
}
.TagClassName
{
border-color: #CEB212;
}
</style>