Shades of Bird Flower #CEB107
Tints of Bird Flower #CEB107
RGB
CMYK
RGB Variations
Color information
#CEB107 (or 0xCEB107) is known color: Bird Flower. HEX triplet: CE, B1 and 07. RGB value is (206,177,7). Sum of RGB (Red+Green+Blue) = 206+177+7=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 7 (3.12% from 255 or 1.79% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB107 is #314EF8. Grayscale: #A7A7A7. Windows color (decimal): -3231481 or 504270. OLE color: 504270.
HSL color Cylindrical-coordinate representation of color #CEB107: hue angle of 51.26º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEB107 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 7 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.19 |
| HSL | 51.26º | 0.93% | 0.42% | - |
| HSV(B) | 51.26º | 0.97% | 0.81% | - |
| XYZ | 41.21 | 44.58 | 6.63 | - |
| YUV | 166.29 | 38.11 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 7 | 0 | 0.14 | 0.97 | 0.19 | 51.26 | 0.93 | 0.42 |
| Hex | CE | B1 | 7 | 0 | E | 61 | 13 | 33 | 5D | 2A |
| Octal | 316 | 261 | 7 | 0 | 16 | 141 | 23 | 63 | 135 | 52 |
| Binary | 11001110 | 10110001 | 111 | 0 | 1110 | 1100001 | 10011 | 110011 | 1011101 | 101010 |
Color Harmonies of #CEB107
Complementary color
Monochromatic Colors of #CEB107
Black with #CEB107
Text Example
Text Example
White with #CEB107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB107; }
p { color: rgb(206,177,7); }
H1.HeaderClassName
{
color: #CEB107;
}
.AnyTagClassName
{
color: #CEB107;
}
</style>
background-color css
<style>
a { background-color: #CEB107; }
a { background-color: rgb(206,177,7); }
div.DivClassName
{
background-color: #CEB107;
}
.BgClassName
{
background-color: #CEB107;
}
</style>
border-color css
<style>
span { border-color: #CEB107; }
span { border-color: rgb(206,177,7); }
td.TdClassName
{
border-color: #CEB107;
}
.TagClassName
{
border-color: #CEB107;
}
</style>