Shades of Sandy Beach #FFDCB8
Tints of Sandy Beach #FFDCB8
RGB
CMYK
RGB Variations
Color information
#FFDCB8 (or 0xFFDCB8) is known color: Sandy Beach. HEX triplet: FF, DC and B8. RGB value is (255,220,184). Sum of RGB (Red+Green+Blue) = 255+220+184=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 184 (72.27% from 255 or 27.92% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCB8 is #002347. Grayscale: #E2E2E2. Windows color (decimal): -9032 or 12115199. OLE color: 12115199.
HSL color Cylindrical-coordinate representation of color #FFDCB8: hue angle of 30.42º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFDCB8 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 184 | - |
| CMYK | 0 | 0.14 | 0.28 | 0 |
| HSL | 30.42º | 1% | 0.86% | - |
| HSV(B) | 30.42º | 0.28% | 1% | - |
| XYZ | 75.48 | 75.91 | 56.02 | - |
| YUV | 226.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 184 | 0 | 0.14 | 0.28 | 0 | 30.42 | 1 | 0.86 |
| Hex | FF | DC | B8 | 0 | E | 1C | 0 | 1E | 64 | 56 |
| Octal | 377 | 334 | 270 | 0 | 16 | 34 | 0 | 36 | 144 | 126 |
| Binary | 11111111 | 11011100 | 10111000 | 0 | 1110 | 11100 | 0 | 11110 | 1100100 | 1010110 |
Color Harmonies of #FFDCB8
Complementary color
Monochromatic Colors of #FFDCB8
Black with #FFDCB8
Text Example
Text Example
White with #FFDCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCB8; }
p { color: rgb(255,220,184); }
H1.HeaderClassName
{
color: #FFDCB8;
}
.AnyTagClassName
{
color: #FFDCB8;
}
</style>
background-color css
<style>
a { background-color: #FFDCB8; }
a { background-color: rgb(255,220,184); }
div.DivClassName
{
background-color: #FFDCB8;
}
.BgClassName
{
background-color: #FFDCB8;
}
</style>
border-color css
<style>
span { border-color: #FFDCB8; }
span { border-color: rgb(255,220,184); }
td.TdClassName
{
border-color: #FFDCB8;
}
.TagClassName
{
border-color: #FFDCB8;
}
</style>