Shades of Sandy Beach #FFD9B3
Tints of Sandy Beach #FFD9B3
RGB
CMYK
RGB Variations
Color information
#FFD9B3 (or 0xFFD9B3) is known color: Sandy Beach. HEX triplet: FF, D9 and B3. RGB value is (255,217,179). Sum of RGB (Red+Green+Blue) = 255+217+179=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 179 (70.31% from 255 or 27.50% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9B3 is #00264C. Grayscale: #E0E0E0. Windows color (decimal): -9805 or 11786751. OLE color: 11786751.
HSL color Cylindrical-coordinate representation of color #FFD9B3: hue angle of 30º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFD9B3 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 179 | - |
| CMYK | 0 | 0.15 | 0.30 | 0 |
| HSL | 30º | 1% | 0.85% | - |
| HSV(B) | 30º | 0.3% | 1% | - |
| XYZ | 74.19 | 74.14 | 53.05 | - |
| YUV | 224.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 179 | 0 | 0.15 | 0.30 | 0 | 30 | 1 | 0.85 |
| Hex | FF | D9 | B3 | 0 | F | 1E | 0 | 1E | 64 | 55 |
| Octal | 377 | 331 | 263 | 0 | 17 | 36 | 0 | 36 | 144 | 125 |
| Binary | 11111111 | 11011001 | 10110011 | 0 | 1111 | 11110 | 0 | 11110 | 1100100 | 1010101 |
Color Harmonies of #FFD9B3
Complementary color
Monochromatic Colors of #FFD9B3
Black with #FFD9B3
Text Example
Text Example
White with #FFD9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9B3; }
p { color: rgb(255,217,179); }
H1.HeaderClassName
{
color: #FFD9B3;
}
.AnyTagClassName
{
color: #FFD9B3;
}
</style>
background-color css
<style>
a { background-color: #FFD9B3; }
a { background-color: rgb(255,217,179); }
div.DivClassName
{
background-color: #FFD9B3;
}
.BgClassName
{
background-color: #FFD9B3;
}
</style>
border-color css
<style>
span { border-color: #FFD9B3; }
span { border-color: rgb(255,217,179); }
td.TdClassName
{
border-color: #FFD9B3;
}
.TagClassName
{
border-color: #FFD9B3;
}
</style>