Shades of Bird Flower #CEC705
Tints of Bird Flower #CEC705
RGB
CMYK
RGB Variations
Color information
#CEC705 (or 0xCEC705) is known color: Bird Flower. HEX triplet: CE, C7 and 05. RGB value is (206,199,5). Sum of RGB (Red+Green+Blue) = 206+199+5=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 5 (2.34% from 255 or 1.22% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC705 is #3138FA. Grayscale: #B3B3B3. Windows color (decimal): -3225851 or 378830. OLE color: 378830.
HSL color Cylindrical-coordinate representation of color #CEC705: hue angle of 57.91º degrees, saturation: 0.95, 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 #CEC705 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.19 |
| HSL | 57.91º | 0.95% | 0.41% | - |
| HSV(B) | 57.91º | 0.98% | 0.81% | - |
| XYZ | 45.9 | 53.98 | 8.14 | - |
| YUV | 178.98 | 29.82 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 5 | 0 | 0.03 | 0.98 | 0.19 | 57.91 | 0.95 | 0.41 |
| Hex | CE | C7 | 5 | 0 | 3 | 62 | 13 | 3A | 5F | 29 |
| Octal | 316 | 307 | 5 | 0 | 3 | 142 | 23 | 72 | 137 | 51 |
| Binary | 11001110 | 11000111 | 101 | 0 | 11 | 1100010 | 10011 | 111010 | 1011111 | 101001 |
Color Harmonies of #CEC705
Complementary color
Monochromatic Colors of #CEC705
Black with #CEC705
Text Example
Text Example
White with #CEC705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC705; }
p { color: rgb(206,199,5); }
H1.HeaderClassName
{
color: #CEC705;
}
.AnyTagClassName
{
color: #CEC705;
}
</style>
background-color css
<style>
a { background-color: #CEC705; }
a { background-color: rgb(206,199,5); }
div.DivClassName
{
background-color: #CEC705;
}
.BgClassName
{
background-color: #CEC705;
}
</style>
border-color css
<style>
span { border-color: #CEC705; }
span { border-color: rgb(206,199,5); }
td.TdClassName
{
border-color: #CEC705;
}
.TagClassName
{
border-color: #CEC705;
}
</style>