Shades of Dandelion #FFD65C
Tints of Dandelion #FFD65C
RGB
CMYK
RGB Variations
Color information
#FFD65C (or 0xFFD65C) is known color: Dandelion. HEX triplet: FF, D6 and 5C. RGB value is (255,214,92). Sum of RGB (Red+Green+Blue) = 255+214+92=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 92 (36.33% from 255 or 16.40% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD65C is #0029A3. Grayscale: #D4D4D4. Windows color (decimal): -10660 or 6084351. OLE color: 6084351.
HSL color Cylindrical-coordinate representation of color #FFD65C: hue angle of 44.91º 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 #FFD65C is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 214 | 92 | - |
CMYK | 0 | 0.16 | 0.64 | 0 |
HSL | 44.91º | 1% | 0.68% | - |
HSV(B) | 44.91º | 0.64% | 1% | - |
XYZ | 67.22 | 70.13 | 20.12 | - |
YUV | 212.35 | 60.08 | 158.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 214 | 92 | 0 | 0.16 | 0.64 | 0 | 44.91 | 1 | 0.68 |
Hex | FF | D6 | 5C | 0 | 10 | 40 | 0 | 2D | 64 | 44 |
Octal | 377 | 326 | 134 | 0 | 20 | 100 | 0 | 55 | 144 | 104 |
Binary | 11111111 | 11010110 | 1011100 | 0 | 10000 | 1000000 | 0 | 101101 | 1100100 | 1000100 |
Color Harmonies of #FFD65C
Complementary color
Monochromatic Colors of #FFD65C
Black with #FFD65C
Text Example
Text Example
White with #FFD65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD65C; }
p { color: rgb(255,214,92); }
H1.HeaderClassName
{
color: #FFD65C;
}
.AnyTagClassName
{
color: #FFD65C;
}
</style>
background-color css
<style>
a { background-color: #FFD65C; }
a { background-color: rgb(255,214,92); }
div.DivClassName
{
background-color: #FFD65C;
}
.BgClassName
{
background-color: #FFD65C;
}
</style>
border-color css
<style>
span { border-color: #FFD65C; }
span { border-color: rgb(255,214,92); }
td.TdClassName
{
border-color: #FFD65C;
}
.TagClassName
{
border-color: #FFD65C;
}
</style>