#FFDDB9

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

Shades of Sandy Beach #FFDDB9

Tints of Sandy Beach #FFDDB9

Color information

#FFDDB9 (or 0xFFDDB9) is unknown color: approx Sandy Beach. HEX triplet: FF, DD and B9. RGB value is (255,221,185). Sum of RGB (Red+Green+Blue) = 255+221+185=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 185 (72.66% from 255 or 27.99% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDB9 is #002246. Grayscale: #E3E3E3. Windows color (decimal): -8775 or 12180991. OLE color: 12180991.

HSL color Cylindrical-coordinate representation of color #FFDDB9: hue angle of 30.86º 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 #FFDDB9 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255221185-
CMYK00.130.270
HSL30.86º100%86.27%-
HSV(B)30.86º27.45%100%-
XYZ75.8576.4856.66-
YUV227.06104.26147.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 221 (86.72% from 255) = 33.43%
BLUE value IS 185 (72.66% from 255) = 27.99%
R=38.58%
G=33.43%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522118500.130.27030.8610086.27
HexFFDDB90D1B01f6456
Octal37733527101533037144126
Binary111111111101110110111001011011101101111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDB9; }

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

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

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

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

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

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

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

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