Shades of Sandy Beach #FFDDBA
Tints of Sandy Beach #FFDDBA
RGB
CMYK
RGB Variations
Color information
#FFDDBA (or 0xFFDDBA) is known color: Sandy Beach. HEX triplet: FF, DD and BA. RGB value is (255,221,186). Sum of RGB (Red+Green+Blue) = 255+221+186=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDBA is #002245. Grayscale: #E3E3E3. Windows color (decimal): -8774 or 12246527. OLE color: 12246527.
HSL color Cylindrical-coordinate representation of color #FFDDBA: hue angle of 30.43º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFDDBA is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 186 | - |
| CMYK | 0 | 0.13 | 0.27 | 0 |
| HSL | 30.43º | 1% | 0.86% | - |
| HSV(B) | 30.43º | 0.27% | 1% | - |
| XYZ | 75.96 | 76.52 | 57.22 | - |
| YUV | 227.18 | 104.76 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 186 | 0 | 0.13 | 0.27 | 0 | 30.43 | 1 | 0.86 |
| Hex | FF | DD | BA | 0 | D | 1B | 0 | 1E | 64 | 56 |
| Octal | 377 | 335 | 272 | 0 | 15 | 33 | 0 | 36 | 144 | 126 |
| Binary | 11111111 | 11011101 | 10111010 | 0 | 1101 | 11011 | 0 | 11110 | 1100100 | 1010110 |
Color Harmonies of #FFDDBA
Complementary color
Monochromatic Colors of #FFDDBA
Black with #FFDDBA
Text Example
Text Example
White with #FFDDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDBA; }
p { color: rgb(255,221,186); }
H1.HeaderClassName
{
color: #FFDDBA;
}
.AnyTagClassName
{
color: #FFDDBA;
}
</style>
background-color css
<style>
a { background-color: #FFDDBA; }
a { background-color: rgb(255,221,186); }
div.DivClassName
{
background-color: #FFDDBA;
}
.BgClassName
{
background-color: #FFDDBA;
}
</style>
border-color css
<style>
span { border-color: #FFDDBA; }
span { border-color: rgb(255,221,186); }
td.TdClassName
{
border-color: #FFDDBA;
}
.TagClassName
{
border-color: #FFDDBA;
}
</style>