#FFD6AD

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

Shades of Sandy Beach #FFD6AD

Tints of Sandy Beach #FFD6AD

Color information

#FFD6AD (or 0xFFD6AD) is unknown color: approx Sandy Beach. HEX triplet: FF, D6 and AD. RGB value is (255,214,173). Sum of RGB (Red+Green+Blue) = 255+214+173=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 173 (67.97% from 255 or 26.95% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD6AD is #002952. Grayscale: #DDDDDD. Windows color (decimal): -10579 or 11392767. OLE color: 11392767.

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

Color convert

RGB255214173-
CMYK00.160.320
HSL30º100%83.92%-
HSV(B)30º32.16%100%-
XYZ72.8372.3749.67-
YUV221.58100.58151.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 214 (83.98% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 26.95%
R=39.72%
G=33.33%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521417300.160.3203010083.92
HexFFD6AD0102001e6454
Octal37732625502040036144124
Binary11111111110101101010110101000010000001111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD6AD; }

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

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

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

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

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

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

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

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