Shades of Bird Flower #CEB21B
Tints of Bird Flower #CEB21B
RGB
CMYK
RGB Variations
Color information
#CEB21B (or 0xCEB21B) is known color: Bird Flower. HEX triplet: CE, B2 and 1B. RGB value is (206,178,27). Sum of RGB (Red+Green+Blue) = 206+178+27=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB21B is #314DE4. Grayscale: #A9A9A9. Windows color (decimal): -3231205 or 1815246. OLE color: 1815246.
HSL color Cylindrical-coordinate representation of color #CEB21B: hue angle of 50.61º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEB21B is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 27 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.19 |
| HSL | 50.61º | 0.77% | 0.46% | - |
| HSV(B) | 50.61º | 0.87% | 0.81% | - |
| XYZ | 41.57 | 45.04 | 7.54 | - |
| YUV | 169.16 | 47.78 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 27 | 0 | 0.14 | 0.87 | 0.19 | 50.61 | 0.77 | 0.46 |
| Hex | CE | B2 | 1B | 0 | E | 57 | 13 | 33 | 4D | 2E |
| Octal | 316 | 262 | 33 | 0 | 16 | 127 | 23 | 63 | 115 | 56 |
| Binary | 11001110 | 10110010 | 11011 | 0 | 1110 | 1010111 | 10011 | 110011 | 1001101 | 101110 |
Color Harmonies of #CEB21B
Complementary color
Monochromatic Colors of #CEB21B
Black with #CEB21B
Text Example
Text Example
White with #CEB21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB21B; }
p { color: rgb(206,178,27); }
H1.HeaderClassName
{
color: #CEB21B;
}
.AnyTagClassName
{
color: #CEB21B;
}
</style>
background-color css
<style>
a { background-color: #CEB21B; }
a { background-color: rgb(206,178,27); }
div.DivClassName
{
background-color: #CEB21B;
}
.BgClassName
{
background-color: #CEB21B;
}
</style>
border-color css
<style>
span { border-color: #CEB21B; }
span { border-color: rgb(206,178,27); }
td.TdClassName
{
border-color: #CEB21B;
}
.TagClassName
{
border-color: #CEB21B;
}
</style>