Shades of Sandy Beach #FFDCB7
Tints of Sandy Beach #FFDCB7
RGB
CMYK
RGB Variations
Color information
#FFDCB7 (or 0xFFDCB7) is known color: Sandy Beach. HEX triplet: FF, DC and B7. RGB value is (255,220,183). Sum of RGB (Red+Green+Blue) = 255+220+183=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 183 (71.88% from 255 or 27.81% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCB7 is #002348. Grayscale: #E2E2E2. Windows color (decimal): -9033 or 12049663. OLE color: 12049663.
HSL color Cylindrical-coordinate representation of color #FFDCB7: hue angle of 30.83º 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 #FFDCB7 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 183 | - |
| CMYK | 0 | 0.14 | 0.28 | 0 |
| HSL | 30.83º | 1% | 0.86% | - |
| HSV(B) | 30.83º | 0.28% | 1% | - |
| XYZ | 75.38 | 75.87 | 55.47 | - |
| YUV | 226.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 183 | 0 | 0.14 | 0.28 | 0 | 30.83 | 1 | 0.86 |
| Hex | FF | DC | B7 | 0 | E | 1C | 0 | 1F | 64 | 56 |
| Octal | 377 | 334 | 267 | 0 | 16 | 34 | 0 | 37 | 144 | 126 |
| Binary | 11111111 | 11011100 | 10110111 | 0 | 1110 | 11100 | 0 | 11111 | 1100100 | 1010110 |
Color Harmonies of #FFDCB7
Complementary color
Monochromatic Colors of #FFDCB7
Black with #FFDCB7
Text Example
Text Example
White with #FFDCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCB7; }
p { color: rgb(255,220,183); }
H1.HeaderClassName
{
color: #FFDCB7;
}
.AnyTagClassName
{
color: #FFDCB7;
}
</style>
background-color css
<style>
a { background-color: #FFDCB7; }
a { background-color: rgb(255,220,183); }
div.DivClassName
{
background-color: #FFDCB7;
}
.BgClassName
{
background-color: #FFDCB7;
}
</style>
border-color css
<style>
span { border-color: #FFDCB7; }
span { border-color: rgb(255,220,183); }
td.TdClassName
{
border-color: #FFDCB7;
}
.TagClassName
{
border-color: #FFDCB7;
}
</style>