Shades of Bird Flower #CEB20D
Tints of Bird Flower #CEB20D
RGB
CMYK
RGB Variations
Color information
#CEB20D (or 0xCEB20D) is known color: Bird Flower. HEX triplet: CE, B2 and 0D. RGB value is (206,178,13). Sum of RGB (Red+Green+Blue) = 206+178+13=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB20D is #314DF2. Grayscale: #A8A8A8. Windows color (decimal): -3231219 or 897742. OLE color: 897742.
HSL color Cylindrical-coordinate representation of color #CEB20D: hue angle of 51.3º 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 #CEB20D is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 13 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.19 |
| HSL | 51.3º | 0.88% | 0.43% | - |
| HSV(B) | 51.3º | 0.94% | 0.81% | - |
| XYZ | 41.45 | 44.99 | 6.88 | - |
| YUV | 167.56 | 40.78 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 13 | 0 | 0.14 | 0.94 | 0.19 | 51.3 | 0.88 | 0.43 |
| Hex | CE | B2 | D | 0 | E | 5E | 13 | 33 | 58 | 2B |
| Octal | 316 | 262 | 15 | 0 | 16 | 136 | 23 | 63 | 130 | 53 |
| Binary | 11001110 | 10110010 | 1101 | 0 | 1110 | 1011110 | 10011 | 110011 | 1011000 | 101011 |
Color Harmonies of #CEB20D
Complementary color
Monochromatic Colors of #CEB20D
Black with #CEB20D
Text Example
Text Example
White with #CEB20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB20D; }
p { color: rgb(206,178,13); }
H1.HeaderClassName
{
color: #CEB20D;
}
.AnyTagClassName
{
color: #CEB20D;
}
</style>
background-color css
<style>
a { background-color: #CEB20D; }
a { background-color: rgb(206,178,13); }
div.DivClassName
{
background-color: #CEB20D;
}
.BgClassName
{
background-color: #CEB20D;
}
</style>
border-color css
<style>
span { border-color: #CEB20D; }
span { border-color: rgb(206,178,13); }
td.TdClassName
{
border-color: #CEB20D;
}
.TagClassName
{
border-color: #CEB20D;
}
</style>