#FFDDBA

Color #FFDDBA Sandy Beach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Beach #FFDDBA

Tints of Sandy Beach #FFDDBA

Color information

#FFDDBA (or 0xFFDDBA) is unknown color: approx Sandy Beach. HEX triplet: FF, DD and BA. RGB value is (255,221,186). Sum of RGB (Red+Green+Blue) = 255+221+186=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDBA is #002245. Grayscale: #E3E3E3. Windows color (decimal): -8774 or 12246527. OLE color: 12246527.

HSL color Cylindrical-coordinate representation of color #FFDDBA: hue angle of 30.43º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFDDBA is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255221186-
CMYK00.130.270
HSL30.43º100%86.47%-
HSV(B)30.43º27.06%100%-
XYZ75.9676.5257.22-
YUV227.18104.76147.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 38.52%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 186 (73.05% from 255) = 28.10%
R=38.52%
G=33.38%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522118600.130.27030.4310086.47
HexFFDDBA0D1B01e6456
Octal37733527201533036144126
Binary111111111101110110111010011011101101111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDBA; }

 p { color: rgb(255,221,186); }

 H1.HeaderClassName
 {
   color: #FFDDBA;
 }
 .AnyTagClassName
 {
   color: #FFDDBA;
 }
</style>
background-color css

<style>
 a { background-color: #FFDDBA; }

 a { background-color: rgb(255,221,186); }

 div.DivClassName
 {
   background-color: #FFDDBA;
 }
 .BgClassName
 {
   background-color: #FFDDBA;
 }
</style>
border-color css

<style>
 span { border-color: #FFDDBA; }

 span { border-color: rgb(255,221,186); }

 td.TdClassName
 {
   border-color: #FFDDBA;
 }
 .TagClassName
 {
   border-color: #FFDDBA;
 }
</style>