Shades of Bird Flower #CEC704
Tints of Bird Flower #CEC704
RGB
CMYK
RGB Variations
Color information
#CEC704 (or 0xCEC704) is known color: Bird Flower. HEX triplet: CE, C7 and 04. RGB value is (206,199,4). Sum of RGB (Red+Green+Blue) = 206+199+4=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 199 (78.12% from 255 or 48.66% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC704 is #3138FB. Grayscale: #B3B3B3. Windows color (decimal): -3225852 or 313294. OLE color: 313294.
HSL color Cylindrical-coordinate representation of color #CEC704: hue angle of 57.92º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEC704 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.19 |
| HSL | 57.92º | 0.96% | 0.41% | - |
| HSV(B) | 57.92º | 0.98% | 0.81% | - |
| XYZ | 45.9 | 53.98 | 8.11 | - |
| YUV | 178.86 | 29.32 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 4 | 0 | 0.03 | 0.98 | 0.19 | 57.92 | 0.96 | 0.41 |
| Hex | CE | C7 | 4 | 0 | 3 | 62 | 13 | 3A | 60 | 29 |
| Octal | 316 | 307 | 4 | 0 | 3 | 142 | 23 | 72 | 140 | 51 |
| Binary | 11001110 | 11000111 | 100 | 0 | 11 | 1100010 | 10011 | 111010 | 1100000 | 101001 |
Color Harmonies of #CEC704
Complementary color
Monochromatic Colors of #CEC704
Black with #CEC704
Text Example
Text Example
White with #CEC704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC704; }
p { color: rgb(206,199,4); }
H1.HeaderClassName
{
color: #CEC704;
}
.AnyTagClassName
{
color: #CEC704;
}
</style>
background-color css
<style>
a { background-color: #CEC704; }
a { background-color: rgb(206,199,4); }
div.DivClassName
{
background-color: #CEC704;
}
.BgClassName
{
background-color: #CEC704;
}
</style>
border-color css
<style>
span { border-color: #CEC704; }
span { border-color: rgb(206,199,4); }
td.TdClassName
{
border-color: #CEC704;
}
.TagClassName
{
border-color: #CEC704;
}
</style>