Shades of Sandy Beach #FFDCB3
Tints of Sandy Beach #FFDCB3
RGB
CMYK
RGB Variations
Color information
#FFDCB3 (or 0xFFDCB3) is known color: Sandy Beach. HEX triplet: FF, DC and B3. RGB value is (255,220,179). Sum of RGB (Red+Green+Blue) = 255+220+179=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 179 (70.31% from 255 or 27.37% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCB3 is #00234C. Grayscale: #E1E1E1. Windows color (decimal): -9037 or 11787519. OLE color: 11787519.
HSL color Cylindrical-coordinate representation of color #FFDCB3: hue angle of 32.37º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFDCB3 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 179 | - |
| CMYK | 0 | 0.14 | 0.30 | 0 |
| HSL | 32.37º | 1% | 0.85% | - |
| HSV(B) | 32.37º | 0.3% | 1% | - |
| XYZ | 74.97 | 75.7 | 53.31 | - |
| YUV | 225.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 179 | 0 | 0.14 | 0.30 | 0 | 32.37 | 1 | 0.85 |
| Hex | FF | DC | B3 | 0 | E | 1E | 0 | 20 | 64 | 55 |
| Octal | 377 | 334 | 263 | 0 | 16 | 36 | 0 | 40 | 144 | 125 |
| Binary | 11111111 | 11011100 | 10110011 | 0 | 1110 | 11110 | 0 | 100000 | 1100100 | 1010101 |
Color Harmonies of #FFDCB3
Complementary color
Monochromatic Colors of #FFDCB3
Black with #FFDCB3
Text Example
Text Example
White with #FFDCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCB3; }
p { color: rgb(255,220,179); }
H1.HeaderClassName
{
color: #FFDCB3;
}
.AnyTagClassName
{
color: #FFDCB3;
}
</style>
background-color css
<style>
a { background-color: #FFDCB3; }
a { background-color: rgb(255,220,179); }
div.DivClassName
{
background-color: #FFDCB3;
}
.BgClassName
{
background-color: #FFDCB3;
}
</style>
border-color css
<style>
span { border-color: #FFDCB3; }
span { border-color: rgb(255,220,179); }
td.TdClassName
{
border-color: #FFDCB3;
}
.TagClassName
{
border-color: #FFDCB3;
}
</style>