Shades of Sandy Beach #FFDFBD
Tints of Sandy Beach #FFDFBD
RGB
CMYK
RGB Variations
Color information
#FFDFBD (or 0xFFDFBD) is known color: Sandy Beach. HEX triplet: FF, DF and BD. RGB value is (255,223,189). Sum of RGB (Red+Green+Blue) = 255+223+189=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFBD is #002042. Grayscale: #E4E4E4. Windows color (decimal): -8259 or 12443647. OLE color: 12443647.
HSL color Cylindrical-coordinate representation of color #FFDFBD: hue angle of 30.91º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFDFBD is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 189 | - |
| CMYK | 0 | 0.13 | 0.26 | 0 |
| HSL | 30.91º | 1% | 0.87% | - |
| HSV(B) | 30.91º | 0.26% | 1% | - |
| XYZ | 76.81 | 77.71 | 59.1 | - |
| YUV | 228.69 | 105.6 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 189 | 0 | 0.13 | 0.26 | 0 | 30.91 | 1 | 0.87 |
| Hex | FF | DF | BD | 0 | D | 1A | 0 | 1F | 64 | 57 |
| Octal | 377 | 337 | 275 | 0 | 15 | 32 | 0 | 37 | 144 | 127 |
| Binary | 11111111 | 11011111 | 10111101 | 0 | 1101 | 11010 | 0 | 11111 | 1100100 | 1010111 |
Color Harmonies of #FFDFBD
Complementary color
Monochromatic Colors of #FFDFBD
Black with #FFDFBD
Text Example
Text Example
White with #FFDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFBD; }
p { color: rgb(255,223,189); }
H1.HeaderClassName
{
color: #FFDFBD;
}
.AnyTagClassName
{
color: #FFDFBD;
}
</style>
background-color css
<style>
a { background-color: #FFDFBD; }
a { background-color: rgb(255,223,189); }
div.DivClassName
{
background-color: #FFDFBD;
}
.BgClassName
{
background-color: #FFDFBD;
}
</style>
border-color css
<style>
span { border-color: #FFDFBD; }
span { border-color: rgb(255,223,189); }
td.TdClassName
{
border-color: #FFDFBD;
}
.TagClassName
{
border-color: #FFDFBD;
}
</style>