Shades of Bird Flower #CEBF1D
Tints of Bird Flower #CEBF1D
RGB
CMYK
RGB Variations
Color information
#CEBF1D (or 0xCEBF1D) is known color: Bird Flower. HEX triplet: CE, BF and 1D. RGB value is (206,191,29). Sum of RGB (Red+Green+Blue) = 206+191+29=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBF1D is #3140E2. Grayscale: #B1B1B1. Windows color (decimal): -3227875 or 1949646. OLE color: 1949646.
HSL color Cylindrical-coordinate representation of color #CEBF1D: hue angle of 54.92º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEBF1D is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 29 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.19 |
| HSL | 54.92º | 0.75% | 0.46% | - |
| HSV(B) | 54.92º | 0.86% | 0.81% | - |
| XYZ | 44.31 | 50.47 | 8.57 | - |
| YUV | 177.02 | 44.47 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 29 | 0 | 0.07 | 0.86 | 0.19 | 54.92 | 0.75 | 0.46 |
| Hex | CE | BF | 1D | 0 | 7 | 56 | 13 | 37 | 4B | 2E |
| Octal | 316 | 277 | 35 | 0 | 7 | 126 | 23 | 67 | 113 | 56 |
| Binary | 11001110 | 10111111 | 11101 | 0 | 111 | 1010110 | 10011 | 110111 | 1001011 | 101110 |
Color Harmonies of #CEBF1D
Complementary color
Monochromatic Colors of #CEBF1D
Black with #CEBF1D
Text Example
Text Example
White with #CEBF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBF1D; }
p { color: rgb(206,191,29); }
H1.HeaderClassName
{
color: #CEBF1D;
}
.AnyTagClassName
{
color: #CEBF1D;
}
</style>
background-color css
<style>
a { background-color: #CEBF1D; }
a { background-color: rgb(206,191,29); }
div.DivClassName
{
background-color: #CEBF1D;
}
.BgClassName
{
background-color: #CEBF1D;
}
</style>
border-color css
<style>
span { border-color: #CEBF1D; }
span { border-color: rgb(206,191,29); }
td.TdClassName
{
border-color: #CEBF1D;
}
.TagClassName
{
border-color: #CEBF1D;
}
</style>