Shades of Sandy Beach #FFD5AC
Tints of Sandy Beach #FFD5AC
RGB
CMYK
RGB Variations
Color information
#FFD5AC (or 0xFFD5AC) is known color: Sandy Beach. HEX triplet: FF, D5 and AC. RGB value is (255,213,172). Sum of RGB (Red+Green+Blue) = 255+213+172=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 172 (67.58% from 255 or 26.88% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD5AC is #002A53. Grayscale: #DDDDDD. Windows color (decimal): -10836 or 11326975. OLE color: 11326975.
HSL color Cylindrical-coordinate representation of color #FFD5AC: hue angle of 29.64º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFD5AC is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 213 | 172 | - |
CMYK | 0 | 0.16 | 0.33 | 0 |
HSL | 29.64º | 1% | 0.84% | - |
HSV(B) | 29.64º | 0.33% | 1% | - |
XYZ | 72.48 | 71.83 | 49.07 | - |
YUV | 220.88 | 100.41 | 152.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 213 | 172 | 0 | 0.16 | 0.33 | 0 | 29.64 | 1 | 0.84 |
Hex | FF | D5 | AC | 0 | 10 | 21 | 0 | 1E | 64 | 54 |
Octal | 377 | 325 | 254 | 0 | 20 | 41 | 0 | 36 | 144 | 124 |
Binary | 11111111 | 11010101 | 10101100 | 0 | 10000 | 100001 | 0 | 11110 | 1100100 | 1010100 |
Color Harmonies of #FFD5AC
Complementary color
Monochromatic Colors of #FFD5AC
Black with #FFD5AC
Text Example
Text Example
White with #FFD5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5AC; }
p { color: rgb(255,213,172); }
H1.HeaderClassName
{
color: #FFD5AC;
}
.AnyTagClassName
{
color: #FFD5AC;
}
</style>
background-color css
<style>
a { background-color: #FFD5AC; }
a { background-color: rgb(255,213,172); }
div.DivClassName
{
background-color: #FFD5AC;
}
.BgClassName
{
background-color: #FFD5AC;
}
</style>
border-color css
<style>
span { border-color: #FFD5AC; }
span { border-color: rgb(255,213,172); }
td.TdClassName
{
border-color: #FFD5AC;
}
.TagClassName
{
border-color: #FFD5AC;
}
</style>