Shades of Sandy Beach #FFD7B0
Tints of Sandy Beach #FFD7B0
RGB
CMYK
RGB Variations
Color information
#FFD7B0 (or 0xFFD7B0) is known color: Sandy Beach. HEX triplet: FF, D7 and B0. RGB value is (255,215,176). Sum of RGB (Red+Green+Blue) = 255+215+176=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 215 (84.38% from 255 or 33.28% from 646); Blue value is 176 (69.14% from 255 or 27.24% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD7B0 is #00284F. Grayscale: #DEDEDE. Windows color (decimal): -10320 or 11589631. OLE color: 11589631.
HSL color Cylindrical-coordinate representation of color #FFD7B0: hue angle of 29.62º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFD7B0 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 176 | - |
| CMYK | 0 | 0.16 | 0.31 | 0 |
| HSL | 29.62º | 1% | 0.85% | - |
| HSV(B) | 29.62º | 0.31% | 1% | - |
| XYZ | 73.38 | 73 | 51.3 | - |
| YUV | 222.51 | 101.75 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 176 | 0 | 0.16 | 0.31 | 0 | 29.62 | 1 | 0.85 |
| Hex | FF | D7 | B0 | 0 | 10 | 1F | 0 | 1E | 64 | 55 |
| Octal | 377 | 327 | 260 | 0 | 20 | 37 | 0 | 36 | 144 | 125 |
| Binary | 11111111 | 11010111 | 10110000 | 0 | 10000 | 11111 | 0 | 11110 | 1100100 | 1010101 |
Color Harmonies of #FFD7B0
Complementary color
Monochromatic Colors of #FFD7B0
Black with #FFD7B0
Text Example
Text Example
White with #FFD7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7B0; }
p { color: rgb(255,215,176); }
H1.HeaderClassName
{
color: #FFD7B0;
}
.AnyTagClassName
{
color: #FFD7B0;
}
</style>
background-color css
<style>
a { background-color: #FFD7B0; }
a { background-color: rgb(255,215,176); }
div.DivClassName
{
background-color: #FFD7B0;
}
.BgClassName
{
background-color: #FFD7B0;
}
</style>
border-color css
<style>
span { border-color: #FFD7B0; }
span { border-color: rgb(255,215,176); }
td.TdClassName
{
border-color: #FFD7B0;
}
.TagClassName
{
border-color: #FFD7B0;
}
</style>