Shades of Dandelion #FFD267
Tints of Dandelion #FFD267
RGB
CMYK
RGB Variations
Color information
#FFD267 (or 0xFFD267) is known color: Dandelion. HEX triplet: FF, D2 and 67. RGB value is (255,210,103). Sum of RGB (Red+Green+Blue) = 255+210+103=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 103 (40.62% from 255 or 18.13% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD267 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD267 is #002D98. Grayscale: #D3D3D3. Windows color (decimal): -11673 or 6804223. OLE color: 6804223.
HSL color Cylindrical-coordinate representation of color #FFD267: hue angle of 42.24º 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 #FFD267 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 103 | - |
| CMYK | 0 | 0.18 | 0.60 | 0 |
| HSL | 42.24º | 1% | 0.7% | - |
| HSV(B) | 42.24º | 0.6% | 1% | - |
| XYZ | 66.73 | 68.33 | 22.5 | - |
| YUV | 211.26 | 66.91 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 103 | 0 | 0.18 | 0.60 | 0 | 42.24 | 1 | 0.7 |
| Hex | FF | D2 | 67 | 0 | 12 | 3C | 0 | 2A | 64 | 46 |
| Octal | 377 | 322 | 147 | 0 | 22 | 74 | 0 | 52 | 144 | 106 |
| Binary | 11111111 | 11010010 | 1100111 | 0 | 10010 | 111100 | 0 | 101010 | 1100100 | 1000110 |
Color Harmonies of #FFD267
Complementary color
Monochromatic Colors of #FFD267
Black with #FFD267
Text Example
Text Example
White with #FFD267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD267; }
p { color: rgb(255,210,103); }
H1.HeaderClassName
{
color: #FFD267;
}
.AnyTagClassName
{
color: #FFD267;
}
</style>
background-color css
<style>
a { background-color: #FFD267; }
a { background-color: rgb(255,210,103); }
div.DivClassName
{
background-color: #FFD267;
}
.BgClassName
{
background-color: #FFD267;
}
</style>
border-color css
<style>
span { border-color: #FFD267; }
span { border-color: rgb(255,210,103); }
td.TdClassName
{
border-color: #FFD267;
}
.TagClassName
{
border-color: #FFD267;
}
</style>