Shades of Bird Flower #CEB014
Tints of Bird Flower #CEB014
RGB
CMYK
RGB Variations
Color information
#CEB014 (or 0xCEB014) is known color: Bird Flower. HEX triplet: CE, B0 and 14. RGB value is (206,176,20). Sum of RGB (Red+Green+Blue) = 206+176+20=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB014 is #314FEB. Grayscale: #A7A7A7. Windows color (decimal): -3231724 or 1355982. OLE color: 1355982.
HSL color Cylindrical-coordinate representation of color #CEB014: hue angle of 50.32º 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 #CEB014 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 20 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.19 |
| HSL | 50.32º | 0.82% | 0.44% | - |
| HSV(B) | 50.32º | 0.9% | 0.81% | - |
| XYZ | 41.11 | 44.22 | 7.03 | - |
| YUV | 167.19 | 44.94 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 20 | 0 | 0.15 | 0.90 | 0.19 | 50.32 | 0.82 | 0.44 |
| Hex | CE | B0 | 14 | 0 | F | 5A | 13 | 32 | 52 | 2C |
| Octal | 316 | 260 | 24 | 0 | 17 | 132 | 23 | 62 | 122 | 54 |
| Binary | 11001110 | 10110000 | 10100 | 0 | 1111 | 1011010 | 10011 | 110010 | 1010010 | 101100 |
Color Harmonies of #CEB014
Complementary color
Monochromatic Colors of #CEB014
Black with #CEB014
Text Example
Text Example
White with #CEB014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB014; }
p { color: rgb(206,176,20); }
H1.HeaderClassName
{
color: #CEB014;
}
.AnyTagClassName
{
color: #CEB014;
}
</style>
background-color css
<style>
a { background-color: #CEB014; }
a { background-color: rgb(206,176,20); }
div.DivClassName
{
background-color: #CEB014;
}
.BgClassName
{
background-color: #CEB014;
}
</style>
border-color css
<style>
span { border-color: #CEB014; }
span { border-color: rgb(206,176,20); }
td.TdClassName
{
border-color: #CEB014;
}
.TagClassName
{
border-color: #CEB014;
}
</style>