Shades of Bird Flower #CEB10D
Tints of Bird Flower #CEB10D
RGB
CMYK
RGB Variations
Color information
#CEB10D (or 0xCEB10D) is known color: Bird Flower. HEX triplet: CE, B1 and 0D. RGB value is (206,177,13). Sum of RGB (Red+Green+Blue) = 206+177+13=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB10D is #314EF2. Grayscale: #A7A7A7. Windows color (decimal): -3231475 or 897486. OLE color: 897486.
HSL color Cylindrical-coordinate representation of color #CEB10D: hue angle of 50.98º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEB10D is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 13 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.19 |
| HSL | 50.98º | 0.88% | 0.43% | - |
| HSV(B) | 50.98º | 0.94% | 0.81% | - |
| XYZ | 41.25 | 44.6 | 6.81 | - |
| YUV | 166.98 | 41.11 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 13 | 0 | 0.14 | 0.94 | 0.19 | 50.98 | 0.88 | 0.43 |
| Hex | CE | B1 | D | 0 | E | 5E | 13 | 33 | 58 | 2B |
| Octal | 316 | 261 | 15 | 0 | 16 | 136 | 23 | 63 | 130 | 53 |
| Binary | 11001110 | 10110001 | 1101 | 0 | 1110 | 1011110 | 10011 | 110011 | 1011000 | 101011 |
Color Harmonies of #CEB10D
Complementary color
Monochromatic Colors of #CEB10D
Black with #CEB10D
Text Example
Text Example
White with #CEB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB10D; }
p { color: rgb(206,177,13); }
H1.HeaderClassName
{
color: #CEB10D;
}
.AnyTagClassName
{
color: #CEB10D;
}
</style>
background-color css
<style>
a { background-color: #CEB10D; }
a { background-color: rgb(206,177,13); }
div.DivClassName
{
background-color: #CEB10D;
}
.BgClassName
{
background-color: #CEB10D;
}
</style>
border-color css
<style>
span { border-color: #CEB10D; }
span { border-color: rgb(206,177,13); }
td.TdClassName
{
border-color: #CEB10D;
}
.TagClassName
{
border-color: #CEB10D;
}
</style>