Shades of Dandelion #FFD362
Tints of Dandelion #FFD362
RGB
CMYK
RGB Variations
Color information
#FFD362 (or 0xFFD362) is known color: Dandelion. HEX triplet: FF, D3 and 62. RGB value is (255,211,98). Sum of RGB (Red+Green+Blue) = 255+211+98=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 98 (38.67% from 255 or 17.38% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD362 is #002C9D. Grayscale: #D3D3D3. Windows color (decimal): -11422 or 6476799. OLE color: 6476799.
HSL color Cylindrical-coordinate representation of color #FFD362: hue angle of 43.18º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFD362 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 98 | - |
| CMYK | 0 | 0.17 | 0.62 | 0 |
| HSL | 43.18º | 1% | 0.69% | - |
| HSV(B) | 43.18º | 0.62% | 1% | - |
| XYZ | 66.74 | 68.73 | 21.3 | - |
| YUV | 211.27 | 64.08 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 98 | 0 | 0.17 | 0.62 | 0 | 43.18 | 1 | 0.69 |
| Hex | FF | D3 | 62 | 0 | 11 | 3E | 0 | 2B | 64 | 45 |
| Octal | 377 | 323 | 142 | 0 | 21 | 76 | 0 | 53 | 144 | 105 |
| Binary | 11111111 | 11010011 | 1100010 | 0 | 10001 | 111110 | 0 | 101011 | 1100100 | 1000101 |
Color Harmonies of #FFD362
Complementary color
Monochromatic Colors of #FFD362
Black with #FFD362
Text Example
Text Example
White with #FFD362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD362; }
p { color: rgb(255,211,98); }
H1.HeaderClassName
{
color: #FFD362;
}
.AnyTagClassName
{
color: #FFD362;
}
</style>
background-color css
<style>
a { background-color: #FFD362; }
a { background-color: rgb(255,211,98); }
div.DivClassName
{
background-color: #FFD362;
}
.BgClassName
{
background-color: #FFD362;
}
</style>
border-color css
<style>
span { border-color: #FFD362; }
span { border-color: rgb(255,211,98); }
td.TdClassName
{
border-color: #FFD362;
}
.TagClassName
{
border-color: #FFD362;
}
</style>