Shades of Dandelion #FFCF5D
Tints of Dandelion #FFCF5D
RGB
CMYK
RGB Variations
Color information
#FFCF5D (or 0xFFCF5D) is known color: Dandelion. HEX triplet: FF, CF and 5D. RGB value is (255,207,93). Sum of RGB (Red+Green+Blue) = 255+207+93=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 93 (36.72% from 255 or 16.76% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF5D is #0030A2. Grayscale: #D0D0D0. Windows color (decimal): -12451 or 6148095. OLE color: 6148095.
HSL color Cylindrical-coordinate representation of color #FFCF5D: hue angle of 42.22º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFCF5D is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 93 | - |
| CMYK | 0 | 0.19 | 0.64 | 0 |
| HSL | 42.22º | 1% | 0.68% | - |
| HSV(B) | 42.22º | 0.64% | 1% | - |
| XYZ | 65.53 | 66.68 | 19.77 | - |
| YUV | 208.36 | 62.9 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 93 | 0 | 0.19 | 0.64 | 0 | 42.22 | 1 | 0.68 |
| Hex | FF | CF | 5D | 0 | 13 | 40 | 0 | 2A | 64 | 44 |
| Octal | 377 | 317 | 135 | 0 | 23 | 100 | 0 | 52 | 144 | 104 |
| Binary | 11111111 | 11001111 | 1011101 | 0 | 10011 | 1000000 | 0 | 101010 | 1100100 | 1000100 |
Color Harmonies of #FFCF5D
Complementary color
Monochromatic Colors of #FFCF5D
Black with #FFCF5D
Text Example
Text Example
White with #FFCF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF5D; }
p { color: rgb(255,207,93); }
H1.HeaderClassName
{
color: #FFCF5D;
}
.AnyTagClassName
{
color: #FFCF5D;
}
</style>
background-color css
<style>
a { background-color: #FFCF5D; }
a { background-color: rgb(255,207,93); }
div.DivClassName
{
background-color: #FFCF5D;
}
.BgClassName
{
background-color: #FFCF5D;
}
</style>
border-color css
<style>
span { border-color: #FFCF5D; }
span { border-color: rgb(255,207,93); }
td.TdClassName
{
border-color: #FFCF5D;
}
.TagClassName
{
border-color: #FFCF5D;
}
</style>