Shades of Bird Flower #CEBD0D
Tints of Bird Flower #CEBD0D
RGB
CMYK
RGB Variations
Color information
#CEBD0D (or 0xCEBD0D) is known color: Bird Flower. HEX triplet: CE, BD and 0D. RGB value is (206,189,13). Sum of RGB (Red+Green+Blue) = 206+189+13=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBD0D is #3142F2. Grayscale: #AEAEAE. Windows color (decimal): -3228403 or 900558. OLE color: 900558.
HSL color Cylindrical-coordinate representation of color #CEBD0D: hue angle of 54.72º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEBD0D is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 13 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.19 |
| HSL | 54.72º | 0.88% | 0.43% | - |
| HSV(B) | 54.72º | 0.94% | 0.81% | - |
| XYZ | 43.72 | 49.55 | 7.64 | - |
| YUV | 174.02 | 37.13 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 13 | 0 | 0.08 | 0.94 | 0.19 | 54.72 | 0.88 | 0.43 |
| Hex | CE | BD | D | 0 | 8 | 5E | 13 | 37 | 58 | 2B |
| Octal | 316 | 275 | 15 | 0 | 10 | 136 | 23 | 67 | 130 | 53 |
| Binary | 11001110 | 10111101 | 1101 | 0 | 1000 | 1011110 | 10011 | 110111 | 1011000 | 101011 |
Color Harmonies of #CEBD0D
Complementary color
Monochromatic Colors of #CEBD0D
Black with #CEBD0D
Text Example
Text Example
White with #CEBD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBD0D; }
p { color: rgb(206,189,13); }
H1.HeaderClassName
{
color: #CEBD0D;
}
.AnyTagClassName
{
color: #CEBD0D;
}
</style>
background-color css
<style>
a { background-color: #CEBD0D; }
a { background-color: rgb(206,189,13); }
div.DivClassName
{
background-color: #CEBD0D;
}
.BgClassName
{
background-color: #CEBD0D;
}
</style>
border-color css
<style>
span { border-color: #CEBD0D; }
span { border-color: rgb(206,189,13); }
td.TdClassName
{
border-color: #CEBD0D;
}
.TagClassName
{
border-color: #CEBD0D;
}
</style>