Shades of Bird Flower #CEC302
Tints of Bird Flower #CEC302
RGB
CMYK
RGB Variations
Color information
#CEC302 (or 0xCEC302) is known color: Bird Flower. HEX triplet: CE, C3 and 02. RGB value is (206,195,2). Sum of RGB (Red+Green+Blue) = 206+195+2=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC302 is #313CFD. Grayscale: #B1B1B1. Windows color (decimal): -3226878 or 181198. OLE color: 181198.
HSL color Cylindrical-coordinate representation of color #CEC302: hue angle of 56.76º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEC302 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.19 |
| HSL | 56.76º | 0.98% | 0.41% | - |
| HSV(B) | 56.76º | 0.99% | 0.81% | - |
| XYZ | 44.98 | 52.16 | 7.75 | - |
| YUV | 176.29 | 29.64 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 2 | 0 | 0.05 | 0.99 | 0.19 | 56.76 | 0.98 | 0.41 |
| Hex | CE | C3 | 2 | 0 | 5 | 63 | 13 | 39 | 62 | 29 |
| Octal | 316 | 303 | 2 | 0 | 5 | 143 | 23 | 71 | 142 | 51 |
| Binary | 11001110 | 11000011 | 10 | 0 | 101 | 1100011 | 10011 | 111001 | 1100010 | 101001 |
Color Harmonies of #CEC302
Complementary color
Monochromatic Colors of #CEC302
Black with #CEC302
Text Example
Text Example
White with #CEC302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC302; }
p { color: rgb(206,195,2); }
H1.HeaderClassName
{
color: #CEC302;
}
.AnyTagClassName
{
color: #CEC302;
}
</style>
background-color css
<style>
a { background-color: #CEC302; }
a { background-color: rgb(206,195,2); }
div.DivClassName
{
background-color: #CEC302;
}
.BgClassName
{
background-color: #CEC302;
}
</style>
border-color css
<style>
span { border-color: #CEC302; }
span { border-color: rgb(206,195,2); }
td.TdClassName
{
border-color: #CEC302;
}
.TagClassName
{
border-color: #CEC302;
}
</style>