Shades of Bird Flower #CEB70B
Tints of Bird Flower #CEB70B
RGB
CMYK
RGB Variations
Color information
#CEB70B (or 0xCEB70B) is known color: Bird Flower. HEX triplet: CE, B7 and 0B. RGB value is (206,183,11). Sum of RGB (Red+Green+Blue) = 206+183+11=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB70B is #3148F4. Grayscale: #AAAAAA. Windows color (decimal): -3229941 or 767950. OLE color: 767950.
HSL color Cylindrical-coordinate representation of color #CEB70B: hue angle of 52.92º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEB70B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.19 |
| HSL | 52.92º | 0.9% | 0.43% | - |
| HSV(B) | 52.92º | 0.95% | 0.81% | - |
| XYZ | 42.45 | 47.01 | 7.15 | - |
| YUV | 170.27 | 38.12 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 11 | 0 | 0.11 | 0.95 | 0.19 | 52.92 | 0.9 | 0.43 |
| Hex | CE | B7 | B | 0 | B | 5F | 13 | 35 | 5A | 2B |
| Octal | 316 | 267 | 13 | 0 | 13 | 137 | 23 | 65 | 132 | 53 |
| Binary | 11001110 | 10110111 | 1011 | 0 | 1011 | 1011111 | 10011 | 110101 | 1011010 | 101011 |
Color Harmonies of #CEB70B
Complementary color
Monochromatic Colors of #CEB70B
Black with #CEB70B
Text Example
Text Example
White with #CEB70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB70B; }
p { color: rgb(206,183,11); }
H1.HeaderClassName
{
color: #CEB70B;
}
.AnyTagClassName
{
color: #CEB70B;
}
</style>
background-color css
<style>
a { background-color: #CEB70B; }
a { background-color: rgb(206,183,11); }
div.DivClassName
{
background-color: #CEB70B;
}
.BgClassName
{
background-color: #CEB70B;
}
</style>
border-color css
<style>
span { border-color: #CEB70B; }
span { border-color: rgb(206,183,11); }
td.TdClassName
{
border-color: #CEB70B;
}
.TagClassName
{
border-color: #CEB70B;
}
</style>