Shades of Bird Flower #CEC30F
Tints of Bird Flower #CEC30F
RGB
CMYK
RGB Variations
Color information
#CEC30F (or 0xCEC30F) is known color: Bird Flower. HEX triplet: CE, C3 and 0F. RGB value is (206,195,15). Sum of RGB (Red+Green+Blue) = 206+195+15=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC30F is #313CF0. Grayscale: #B2B2B2. Windows color (decimal): -3226865 or 1033166. OLE color: 1033166.
HSL color Cylindrical-coordinate representation of color #CEC30F: hue angle of 56.54º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEC30F is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 15 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.19 |
| HSL | 56.54º | 0.86% | 0.43% | - |
| HSV(B) | 56.54º | 0.93% | 0.81% | - |
| XYZ | 45.05 | 52.19 | 8.15 | - |
| YUV | 177.77 | 36.14 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 15 | 0 | 0.05 | 0.93 | 0.19 | 56.54 | 0.86 | 0.43 |
| Hex | CE | C3 | F | 0 | 5 | 5D | 13 | 39 | 56 | 2B |
| Octal | 316 | 303 | 17 | 0 | 5 | 135 | 23 | 71 | 126 | 53 |
| Binary | 11001110 | 11000011 | 1111 | 0 | 101 | 1011101 | 10011 | 111001 | 1010110 | 101011 |
Color Harmonies of #CEC30F
Complementary color
Monochromatic Colors of #CEC30F
Black with #CEC30F
Text Example
Text Example
White with #CEC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC30F; }
p { color: rgb(206,195,15); }
H1.HeaderClassName
{
color: #CEC30F;
}
.AnyTagClassName
{
color: #CEC30F;
}
</style>
background-color css
<style>
a { background-color: #CEC30F; }
a { background-color: rgb(206,195,15); }
div.DivClassName
{
background-color: #CEC30F;
}
.BgClassName
{
background-color: #CEC30F;
}
</style>
border-color css
<style>
span { border-color: #CEC30F; }
span { border-color: rgb(206,195,15); }
td.TdClassName
{
border-color: #CEC30F;
}
.TagClassName
{
border-color: #CEC30F;
}
</style>