Shades of Dandelion #FFDA5C
Tints of Dandelion #FFDA5C
RGB
CMYK
RGB Variations
Color information
#FFDA5C (or 0xFFDA5C) is known color: Dandelion. HEX triplet: FF, DA and 5C. RGB value is (255,218,92). Sum of RGB (Red+Green+Blue) = 255+218+92=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 92 (36.33% from 255 or 16.28% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA5C is #0025A3. Grayscale: #D7D7D7. Windows color (decimal): -9636 or 6085375. OLE color: 6085375.
HSL color Cylindrical-coordinate representation of color #FFDA5C: hue angle of 46.38º 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 #FFDA5C is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 92 | - |
| CMYK | 0 | 0.15 | 0.64 | 0 |
| HSL | 46.38º | 1% | 0.68% | - |
| HSV(B) | 46.38º | 0.64% | 1% | - |
| XYZ | 68.24 | 72.18 | 20.46 | - |
| YUV | 214.7 | 58.76 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 92 | 0 | 0.15 | 0.64 | 0 | 46.38 | 1 | 0.68 |
| Hex | FF | DA | 5C | 0 | F | 40 | 0 | 2E | 64 | 44 |
| Octal | 377 | 332 | 134 | 0 | 17 | 100 | 0 | 56 | 144 | 104 |
| Binary | 11111111 | 11011010 | 1011100 | 0 | 1111 | 1000000 | 0 | 101110 | 1100100 | 1000100 |
Color Harmonies of #FFDA5C
Complementary color
Monochromatic Colors of #FFDA5C
Black with #FFDA5C
Text Example
Text Example
White with #FFDA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA5C; }
p { color: rgb(255,218,92); }
H1.HeaderClassName
{
color: #FFDA5C;
}
.AnyTagClassName
{
color: #FFDA5C;
}
</style>
background-color css
<style>
a { background-color: #FFDA5C; }
a { background-color: rgb(255,218,92); }
div.DivClassName
{
background-color: #FFDA5C;
}
.BgClassName
{
background-color: #FFDA5C;
}
</style>
border-color css
<style>
span { border-color: #FFDA5C; }
span { border-color: rgb(255,218,92); }
td.TdClassName
{
border-color: #FFDA5C;
}
.TagClassName
{
border-color: #FFDA5C;
}
</style>