#FFD5AD

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

Shades of Sandy Beach #FFD5AD

Tints of Sandy Beach #FFD5AD

Color information

#FFD5AD (or 0xFFD5AD) is unknown color: approx Sandy Beach. HEX triplet: FF, D5 and AD. RGB value is (255,213,173). Sum of RGB (Red+Green+Blue) = 255+213+173=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD5AD is #002A52. Grayscale: #DDDDDD. Windows color (decimal): -10835 or 11392511. OLE color: 11392511.

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

Color convert

RGB255213173-
CMYK00.160.320
HSL29.27º100%83.92%-
HSV(B)29.27º32.16%100%-
XYZ72.5871.8749.58-
YUV221100.91152.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.78%
GREEN value IS 213 (83.59% from 255) = 33.23%
BLUE value IS 173 (67.97% from 255) = 26.99%
R=39.78%
G=33.23%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521317300.160.32029.2710083.92
HexFFD5AD0102001d6454
Octal37732525502040035144124
Binary11111111110101011010110101000010000001110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5AD; }

 p { color: rgb(255,213,173); }

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

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

 a { background-color: rgb(255,213,173); }

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

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

 span { border-color: rgb(255,213,173); }

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