Shades of Bird Flower #CEC50D
Tints of Bird Flower #CEC50D
RGB
CMYK
RGB Variations
Color information
#CEC50D (or 0xCEC50D) is known color: Bird Flower. HEX triplet: CE, C5 and 0D. RGB value is (206,197,13). Sum of RGB (Red+Green+Blue) = 206+197+13=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC50D is #313AF2. Grayscale: #B3B3B3. Windows color (decimal): -3226355 or 902606. OLE color: 902606.
HSL color Cylindrical-coordinate representation of color #CEC50D: hue angle of 57.2º 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 #CEC50D is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 13 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.19 |
| HSL | 57.2º | 0.88% | 0.43% | - |
| HSV(B) | 57.2º | 0.94% | 0.81% | - |
| XYZ | 45.49 | 53.08 | 8.23 | - |
| YUV | 178.72 | 34.48 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 13 | 0 | 0.04 | 0.94 | 0.19 | 57.2 | 0.88 | 0.43 |
| Hex | CE | C5 | D | 0 | 4 | 5E | 13 | 39 | 58 | 2B |
| Octal | 316 | 305 | 15 | 0 | 4 | 136 | 23 | 71 | 130 | 53 |
| Binary | 11001110 | 11000101 | 1101 | 0 | 100 | 1011110 | 10011 | 111001 | 1011000 | 101011 |
Color Harmonies of #CEC50D
Complementary color
Monochromatic Colors of #CEC50D
Black with #CEC50D
Text Example
Text Example
White with #CEC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC50D; }
p { color: rgb(206,197,13); }
H1.HeaderClassName
{
color: #CEC50D;
}
.AnyTagClassName
{
color: #CEC50D;
}
</style>
background-color css
<style>
a { background-color: #CEC50D; }
a { background-color: rgb(206,197,13); }
div.DivClassName
{
background-color: #CEC50D;
}
.BgClassName
{
background-color: #CEC50D;
}
</style>
border-color css
<style>
span { border-color: #CEC50D; }
span { border-color: rgb(206,197,13); }
td.TdClassName
{
border-color: #CEC50D;
}
.TagClassName
{
border-color: #CEC50D;
}
</style>