Shades of Dandelion #FFCD5E
Tints of Dandelion #FFCD5E
RGB
CMYK
RGB Variations
Color information
#FFCD5E (or 0xFFCD5E) is known color: Dandelion. HEX triplet: FF, CD and 5E. RGB value is (255,205,94). Sum of RGB (Red+Green+Blue) = 255+205+94=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 94 (37.11% from 255 or 16.97% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD5E is #0032A1. Grayscale: #CFCFCF. Windows color (decimal): -12962 or 6213119. OLE color: 6213119.
HSL color Cylindrical-coordinate representation of color #FFCD5E: hue angle of 41.37º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFCD5E is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 94 | - |
| CMYK | 0 | 0.20 | 0.63 | 0 |
| HSL | 41.37º | 1% | 0.68% | - |
| HSV(B) | 41.37º | 0.63% | 1% | - |
| XYZ | 65.09 | 65.73 | 19.85 | - |
| YUV | 207.3 | 64.07 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 94 | 0 | 0.20 | 0.63 | 0 | 41.37 | 1 | 0.68 |
| Hex | FF | CD | 5E | 0 | 14 | 3F | 0 | 29 | 64 | 44 |
| Octal | 377 | 315 | 136 | 0 | 24 | 77 | 0 | 51 | 144 | 104 |
| Binary | 11111111 | 11001101 | 1011110 | 0 | 10100 | 111111 | 0 | 101001 | 1100100 | 1000100 |
Color Harmonies of #FFCD5E
Complementary color
Monochromatic Colors of #FFCD5E
Black with #FFCD5E
Text Example
Text Example
White with #FFCD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD5E; }
p { color: rgb(255,205,94); }
H1.HeaderClassName
{
color: #FFCD5E;
}
.AnyTagClassName
{
color: #FFCD5E;
}
</style>
background-color css
<style>
a { background-color: #FFCD5E; }
a { background-color: rgb(255,205,94); }
div.DivClassName
{
background-color: #FFCD5E;
}
.BgClassName
{
background-color: #FFCD5E;
}
</style>
border-color css
<style>
span { border-color: #FFCD5E; }
span { border-color: rgb(255,205,94); }
td.TdClassName
{
border-color: #FFCD5E;
}
.TagClassName
{
border-color: #FFCD5E;
}
</style>