Shades of Sandy Beach #FFDCB2
Tints of Sandy Beach #FFDCB2
RGB
CMYK
RGB Variations
Color information
#FFDCB2 (or 0xFFDCB2) is known color: Sandy Beach. HEX triplet: FF, DC and B2. RGB value is (255,220,178). Sum of RGB (Red+Green+Blue) = 255+220+178=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 178 (69.92% from 255 or 27.26% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDCB2 is #00234D. Grayscale: #E1E1E1. Windows color (decimal): -9038 or 11721983. OLE color: 11721983.
HSL color Cylindrical-coordinate representation of color #FFDCB2: hue angle of 32.73º 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 #FFDCB2 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 178 | - |
| CMYK | 0 | 0.14 | 0.30 | 0 |
| HSL | 32.73º | 1% | 0.85% | - |
| HSV(B) | 32.73º | 0.3% | 1% | - |
| XYZ | 74.87 | 75.66 | 52.78 | - |
| YUV | 225.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 178 | 0 | 0.14 | 0.30 | 0 | 32.73 | 1 | 0.85 |
| Hex | FF | DC | B2 | 0 | E | 1E | 0 | 21 | 64 | 55 |
| Octal | 377 | 334 | 262 | 0 | 16 | 36 | 0 | 41 | 144 | 125 |
| Binary | 11111111 | 11011100 | 10110010 | 0 | 1110 | 11110 | 0 | 100001 | 1100100 | 1010101 |
Color Harmonies of #FFDCB2
Complementary color
Monochromatic Colors of #FFDCB2
Black with #FFDCB2
Text Example
Text Example
White with #FFDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCB2; }
p { color: rgb(255,220,178); }
H1.HeaderClassName
{
color: #FFDCB2;
}
.AnyTagClassName
{
color: #FFDCB2;
}
</style>
background-color css
<style>
a { background-color: #FFDCB2; }
a { background-color: rgb(255,220,178); }
div.DivClassName
{
background-color: #FFDCB2;
}
.BgClassName
{
background-color: #FFDCB2;
}
</style>
border-color css
<style>
span { border-color: #FFDCB2; }
span { border-color: rgb(255,220,178); }
td.TdClassName
{
border-color: #FFDCB2;
}
.TagClassName
{
border-color: #FFDCB2;
}
</style>