Shades of Bird Flower #CEBD14
Tints of Bird Flower #CEBD14
RGB
CMYK
RGB Variations
Color information
#CEBD14 (or 0xCEBD14) is known color: Bird Flower. HEX triplet: CE, BD and 14. RGB value is (206,189,20). Sum of RGB (Red+Green+Blue) = 206+189+20=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBD14 is #3142EB. Grayscale: #AFAFAF. Windows color (decimal): -3228396 or 1359310. OLE color: 1359310.
HSL color Cylindrical-coordinate representation of color #CEBD14: hue angle of 54.52º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEBD14 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 20 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.19 |
| HSL | 54.52º | 0.82% | 0.44% | - |
| HSV(B) | 54.52º | 0.9% | 0.81% | - |
| XYZ | 43.78 | 49.57 | 7.92 | - |
| YUV | 174.82 | 40.63 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 20 | 0 | 0.08 | 0.90 | 0.19 | 54.52 | 0.82 | 0.44 |
| Hex | CE | BD | 14 | 0 | 8 | 5A | 13 | 37 | 52 | 2C |
| Octal | 316 | 275 | 24 | 0 | 10 | 132 | 23 | 67 | 122 | 54 |
| Binary | 11001110 | 10111101 | 10100 | 0 | 1000 | 1011010 | 10011 | 110111 | 1010010 | 101100 |
Color Harmonies of #CEBD14
Complementary color
Monochromatic Colors of #CEBD14
Black with #CEBD14
Text Example
Text Example
White with #CEBD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBD14; }
p { color: rgb(206,189,20); }
H1.HeaderClassName
{
color: #CEBD14;
}
.AnyTagClassName
{
color: #CEBD14;
}
</style>
background-color css
<style>
a { background-color: #CEBD14; }
a { background-color: rgb(206,189,20); }
div.DivClassName
{
background-color: #CEBD14;
}
.BgClassName
{
background-color: #CEBD14;
}
</style>
border-color css
<style>
span { border-color: #CEBD14; }
span { border-color: rgb(206,189,20); }
td.TdClassName
{
border-color: #CEBD14;
}
.TagClassName
{
border-color: #CEBD14;
}
</style>