Shades of Bird Flower #CEC30D
Tints of Bird Flower #CEC30D
RGB
CMYK
RGB Variations
Color information
#CEC30D (or 0xCEC30D) is known color: Bird Flower. HEX triplet: CE, C3 and 0D. RGB value is (206,195,13). Sum of RGB (Red+Green+Blue) = 206+195+13=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC30D is #313CF2. Grayscale: #B2B2B2. Windows color (decimal): -3226867 or 902094. OLE color: 902094.
HSL color Cylindrical-coordinate representation of color #CEC30D: hue angle of 56.58º 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 #CEC30D is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 13 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.19 |
| HSL | 56.58º | 0.88% | 0.43% | - |
| HSV(B) | 56.58º | 0.94% | 0.81% | - |
| XYZ | 45.04 | 52.18 | 8.08 | - |
| YUV | 177.54 | 35.14 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 13 | 0 | 0.05 | 0.94 | 0.19 | 56.58 | 0.88 | 0.43 |
| Hex | CE | C3 | D | 0 | 5 | 5E | 13 | 39 | 58 | 2B |
| Octal | 316 | 303 | 15 | 0 | 5 | 136 | 23 | 71 | 130 | 53 |
| Binary | 11001110 | 11000011 | 1101 | 0 | 101 | 1011110 | 10011 | 111001 | 1011000 | 101011 |
Color Harmonies of #CEC30D
Complementary color
Monochromatic Colors of #CEC30D
Black with #CEC30D
Text Example
Text Example
White with #CEC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC30D; }
p { color: rgb(206,195,13); }
H1.HeaderClassName
{
color: #CEC30D;
}
.AnyTagClassName
{
color: #CEC30D;
}
</style>
background-color css
<style>
a { background-color: #CEC30D; }
a { background-color: rgb(206,195,13); }
div.DivClassName
{
background-color: #CEC30D;
}
.BgClassName
{
background-color: #CEC30D;
}
</style>
border-color css
<style>
span { border-color: #CEC30D; }
span { border-color: rgb(206,195,13); }
td.TdClassName
{
border-color: #CEC30D;
}
.TagClassName
{
border-color: #CEC30D;
}
</style>