Shades of Sandy Beach #FFD7AF
Tints of Sandy Beach #FFD7AF
RGB
CMYK
RGB Variations
Color information
#FFD7AF (or 0xFFD7AF) is known color: Sandy Beach. HEX triplet: FF, D7 and AF. RGB value is (255,215,175). Sum of RGB (Red+Green+Blue) = 255+215+175=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD7AF is #002850. Grayscale: #DEDEDE. Windows color (decimal): -10321 or 11524095. OLE color: 11524095.
HSL color Cylindrical-coordinate representation of color #FFD7AF: hue angle of 30º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFD7AF is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 175 | - |
| CMYK | 0 | 0.16 | 0.31 | 0 |
| HSL | 30º | 1% | 0.84% | - |
| HSV(B) | 30º | 0.31% | 1% | - |
| XYZ | 73.28 | 72.96 | 50.78 | - |
| YUV | 222.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 175 | 0 | 0.16 | 0.31 | 0 | 30 | 1 | 0.84 |
| Hex | FF | D7 | AF | 0 | 10 | 1F | 0 | 1E | 64 | 54 |
| Octal | 377 | 327 | 257 | 0 | 20 | 37 | 0 | 36 | 144 | 124 |
| Binary | 11111111 | 11010111 | 10101111 | 0 | 10000 | 11111 | 0 | 11110 | 1100100 | 1010100 |
Color Harmonies of #FFD7AF
Complementary color
Monochromatic Colors of #FFD7AF
Black with #FFD7AF
Text Example
Text Example
White with #FFD7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7AF; }
p { color: rgb(255,215,175); }
H1.HeaderClassName
{
color: #FFD7AF;
}
.AnyTagClassName
{
color: #FFD7AF;
}
</style>
background-color css
<style>
a { background-color: #FFD7AF; }
a { background-color: rgb(255,215,175); }
div.DivClassName
{
background-color: #FFD7AF;
}
.BgClassName
{
background-color: #FFD7AF;
}
</style>
border-color css
<style>
span { border-color: #FFD7AF; }
span { border-color: rgb(255,215,175); }
td.TdClassName
{
border-color: #FFD7AF;
}
.TagClassName
{
border-color: #FFD7AF;
}
</style>