Shades of Dandelion #FFDA67
Tints of Dandelion #FFDA67
RGB
CMYK
RGB Variations
Color information
#FFDA67 (or 0xFFDA67) is known color: Dandelion. HEX triplet: FF, DA and 67. RGB value is (255,218,103). Sum of RGB (Red+Green+Blue) = 255+218+103=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 103 (40.62% from 255 or 17.88% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA67 is #002598. Grayscale: #D8D8D8. Windows color (decimal): -9625 or 6806271. OLE color: 6806271.
HSL color Cylindrical-coordinate representation of color #FFDA67: hue angle of 45.39º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFDA67 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 103 | - |
| CMYK | 0 | 0.15 | 0.60 | 0 |
| HSL | 45.39º | 1% | 0.7% | - |
| HSV(B) | 45.39º | 0.6% | 1% | - |
| XYZ | 68.76 | 72.38 | 23.18 | - |
| YUV | 215.95 | 64.26 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 103 | 0 | 0.15 | 0.60 | 0 | 45.39 | 1 | 0.7 |
| Hex | FF | DA | 67 | 0 | F | 3C | 0 | 2D | 64 | 46 |
| Octal | 377 | 332 | 147 | 0 | 17 | 74 | 0 | 55 | 144 | 106 |
| Binary | 11111111 | 11011010 | 1100111 | 0 | 1111 | 111100 | 0 | 101101 | 1100100 | 1000110 |
Color Harmonies of #FFDA67
Complementary color
Monochromatic Colors of #FFDA67
Black with #FFDA67
Text Example
Text Example
White with #FFDA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA67; }
p { color: rgb(255,218,103); }
H1.HeaderClassName
{
color: #FFDA67;
}
.AnyTagClassName
{
color: #FFDA67;
}
</style>
background-color css
<style>
a { background-color: #FFDA67; }
a { background-color: rgb(255,218,103); }
div.DivClassName
{
background-color: #FFDA67;
}
.BgClassName
{
background-color: #FFDA67;
}
</style>
border-color css
<style>
span { border-color: #FFDA67; }
span { border-color: rgb(255,218,103); }
td.TdClassName
{
border-color: #FFDA67;
}
.TagClassName
{
border-color: #FFDA67;
}
</style>