Shades of Bird Flower #CEBD11
Tints of Bird Flower #CEBD11
RGB
CMYK
RGB Variations
Color information
#CEBD11 (or 0xCEBD11) is known color: Bird Flower. HEX triplet: CE, BD and 11. RGB value is (206,189,17). Sum of RGB (Red+Green+Blue) = 206+189+17=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 17 (7.03% from 255 or 4.13% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBD11 is #3142EE. Grayscale: #AFAFAF. Windows color (decimal): -3228399 or 1162702. OLE color: 1162702.
HSL color Cylindrical-coordinate representation of color #CEBD11: hue angle of 54.6º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEBD11 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 17 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.19 |
| HSL | 54.6º | 0.85% | 0.44% | - |
| HSV(B) | 54.6º | 0.92% | 0.81% | - |
| XYZ | 43.75 | 49.56 | 7.79 | - |
| YUV | 174.48 | 39.13 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 17 | 0 | 0.08 | 0.92 | 0.19 | 54.6 | 0.85 | 0.44 |
| Hex | CE | BD | 11 | 0 | 8 | 5C | 13 | 37 | 55 | 2C |
| Octal | 316 | 275 | 21 | 0 | 10 | 134 | 23 | 67 | 125 | 54 |
| Binary | 11001110 | 10111101 | 10001 | 0 | 1000 | 1011100 | 10011 | 110111 | 1010101 | 101100 |
Color Harmonies of #CEBD11
Complementary color
Monochromatic Colors of #CEBD11
Black with #CEBD11
Text Example
Text Example
White with #CEBD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBD11; }
p { color: rgb(206,189,17); }
H1.HeaderClassName
{
color: #CEBD11;
}
.AnyTagClassName
{
color: #CEBD11;
}
</style>
background-color css
<style>
a { background-color: #CEBD11; }
a { background-color: rgb(206,189,17); }
div.DivClassName
{
background-color: #CEBD11;
}
.BgClassName
{
background-color: #CEBD11;
}
</style>
border-color css
<style>
span { border-color: #CEBD11; }
span { border-color: rgb(206,189,17); }
td.TdClassName
{
border-color: #CEBD11;
}
.TagClassName
{
border-color: #CEBD11;
}
</style>