Shades of Bird Flower #CEBD1F
Tints of Bird Flower #CEBD1F
RGB
CMYK
RGB Variations
Color information
#CEBD1F (or 0xCEBD1F) is known color: Bird Flower. HEX triplet: CE, BD and 1F. RGB value is (206,189,31). Sum of RGB (Red+Green+Blue) = 206+189+31=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBD1F is #3142E0. Grayscale: #B0B0B0. Windows color (decimal): -3228385 or 2080206. OLE color: 2080206.
HSL color Cylindrical-coordinate representation of color #CEBD1F: hue angle of 54.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEBD1F is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 31 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.19 |
| HSL | 54.17º | 0.74% | 0.46% | - |
| HSV(B) | 54.17º | 0.85% | 0.81% | - |
| XYZ | 43.9 | 49.62 | 8.56 | - |
| YUV | 176.07 | 46.13 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 31 | 0 | 0.08 | 0.85 | 0.19 | 54.17 | 0.74 | 0.46 |
| Hex | CE | BD | 1F | 0 | 8 | 55 | 13 | 36 | 4A | 2E |
| Octal | 316 | 275 | 37 | 0 | 10 | 125 | 23 | 66 | 112 | 56 |
| Binary | 11001110 | 10111101 | 11111 | 0 | 1000 | 1010101 | 10011 | 110110 | 1001010 | 101110 |
Color Harmonies of #CEBD1F
Complementary color
Monochromatic Colors of #CEBD1F
Black with #CEBD1F
Text Example
Text Example
White with #CEBD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBD1F; }
p { color: rgb(206,189,31); }
H1.HeaderClassName
{
color: #CEBD1F;
}
.AnyTagClassName
{
color: #CEBD1F;
}
</style>
background-color css
<style>
a { background-color: #CEBD1F; }
a { background-color: rgb(206,189,31); }
div.DivClassName
{
background-color: #CEBD1F;
}
.BgClassName
{
background-color: #CEBD1F;
}
</style>
border-color css
<style>
span { border-color: #CEBD1F; }
span { border-color: rgb(206,189,31); }
td.TdClassName
{
border-color: #CEBD1F;
}
.TagClassName
{
border-color: #CEBD1F;
}
</style>