Shades of Bird Flower #CEBE1B
Tints of Bird Flower #CEBE1B
RGB
CMYK
RGB Variations
Color information
#CEBE1B (or 0xCEBE1B) is known color: Bird Flower. HEX triplet: CE, BE and 1B. RGB value is (206,190,27). Sum of RGB (Red+Green+Blue) = 206+190+27=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBE1B is #3141E4. Grayscale: #B0B0B0. Windows color (decimal): -3228133 or 1818318. OLE color: 1818318.
HSL color Cylindrical-coordinate representation of color #CEBE1B: hue angle of 54.64º 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 #CEBE1B is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 27 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.19 |
| HSL | 54.64º | 0.77% | 0.46% | - |
| HSV(B) | 54.64º | 0.87% | 0.81% | - |
| XYZ | 44.06 | 50.03 | 8.37 | - |
| YUV | 176.2 | 43.8 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 27 | 0 | 0.08 | 0.87 | 0.19 | 54.64 | 0.77 | 0.46 |
| Hex | CE | BE | 1B | 0 | 8 | 57 | 13 | 37 | 4D | 2E |
| Octal | 316 | 276 | 33 | 0 | 10 | 127 | 23 | 67 | 115 | 56 |
| Binary | 11001110 | 10111110 | 11011 | 0 | 1000 | 1010111 | 10011 | 110111 | 1001101 | 101110 |
Color Harmonies of #CEBE1B
Complementary color
Monochromatic Colors of #CEBE1B
Black with #CEBE1B
Text Example
Text Example
White with #CEBE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBE1B; }
p { color: rgb(206,190,27); }
H1.HeaderClassName
{
color: #CEBE1B;
}
.AnyTagClassName
{
color: #CEBE1B;
}
</style>
background-color css
<style>
a { background-color: #CEBE1B; }
a { background-color: rgb(206,190,27); }
div.DivClassName
{
background-color: #CEBE1B;
}
.BgClassName
{
background-color: #CEBE1B;
}
</style>
border-color css
<style>
span { border-color: #CEBE1B; }
span { border-color: rgb(206,190,27); }
td.TdClassName
{
border-color: #CEBE1B;
}
.TagClassName
{
border-color: #CEBE1B;
}
</style>