Shades of Dandelion #FFCE64
Tints of Dandelion #FFCE64
RGB
CMYK
RGB Variations
Color information
#FFCE64 (or 0xFFCE64) is known color: Dandelion. HEX triplet: FF, CE and 64. RGB value is (255,206,100). Sum of RGB (Red+Green+Blue) = 255+206+100=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 100 (39.45% from 255 or 17.83% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE64 is #00319B. Grayscale: #D1D1D1. Windows color (decimal): -12700 or 6606591. OLE color: 6606591.
HSL color Cylindrical-coordinate representation of color #FFCE64: hue angle of 41.03º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFCE64 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 100 | - |
| CMYK | 0 | 0.19 | 0.61 | 0 |
| HSL | 41.03º | 1% | 0.7% | - |
| HSV(B) | 41.03º | 0.61% | 1% | - |
| XYZ | 65.61 | 66.32 | 21.4 | - |
| YUV | 208.57 | 66.73 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 100 | 0 | 0.19 | 0.61 | 0 | 41.03 | 1 | 0.7 |
| Hex | FF | CE | 64 | 0 | 13 | 3D | 0 | 29 | 64 | 46 |
| Octal | 377 | 316 | 144 | 0 | 23 | 75 | 0 | 51 | 144 | 106 |
| Binary | 11111111 | 11001110 | 1100100 | 0 | 10011 | 111101 | 0 | 101001 | 1100100 | 1000110 |
Color Harmonies of #FFCE64
Complementary color
Monochromatic Colors of #FFCE64
Black with #FFCE64
Text Example
Text Example
White with #FFCE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE64; }
p { color: rgb(255,206,100); }
H1.HeaderClassName
{
color: #FFCE64;
}
.AnyTagClassName
{
color: #FFCE64;
}
</style>
background-color css
<style>
a { background-color: #FFCE64; }
a { background-color: rgb(255,206,100); }
div.DivClassName
{
background-color: #FFCE64;
}
.BgClassName
{
background-color: #FFCE64;
}
</style>
border-color css
<style>
span { border-color: #FFCE64; }
span { border-color: rgb(255,206,100); }
td.TdClassName
{
border-color: #FFCE64;
}
.TagClassName
{
border-color: #FFCE64;
}
</style>