#FFDDB4

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

Shades of Sandy Beach #FFDDB4

Tints of Sandy Beach #FFDDB4

Color information

#FFDDB4 (or 0xFFDDB4) is unknown color: approx Sandy Beach. HEX triplet: FF, DD and B4. RGB value is (255,221,180). Sum of RGB (Red+Green+Blue) = 255+221+180=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 180 (70.70% from 255 or 27.44% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDB4 is #00224B. Grayscale: #E2E2E2. Windows color (decimal): -8780 or 11853311. OLE color: 11853311.

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

Color convert

RGB255221180-
CMYK00.130.290
HSL32.8º100%85.29%-
HSV(B)32.8º29.41%100%-
XYZ75.3376.2753.93-
YUV226.49101.76148.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.87%
GREEN value IS 221 (86.72% from 255) = 33.69%
BLUE value IS 180 (70.70% from 255) = 27.44%
R=38.87%
G=33.69%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522118000.130.29032.810085.29
HexFFDDB40D1D0216455
Octal37733526401535041144125
Binary1111111111011101101101000110111101010000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDB4; }

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

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

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

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

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

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

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

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