#FFD5AF

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

Shades of Sandy Beach #FFD5AF

Tints of Sandy Beach #FFD5AF

Color information

#FFD5AF (or 0xFFD5AF) is unknown color: approx Sandy Beach. HEX triplet: FF, D5 and AF. RGB value is (255,213,175). Sum of RGB (Red+Green+Blue) = 255+213+175=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD5AF is #002A50. Grayscale: #DDDDDD. Windows color (decimal): -10833 or 11523583. OLE color: 11523583.

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

Color convert

RGB255213175-
CMYK00.160.310
HSL28.5º100%84.31%-
HSV(B)28.5º31.37%100%-
XYZ72.7771.9450.61-
YUV221.23101.91152.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 213 (83.59% from 255) = 33.13%
BLUE value IS 175 (68.75% from 255) = 27.22%
R=39.66%
G=33.13%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521317500.160.31028.510084.31
HexFFD5AF0101F01d6454
Octal37732525702037035144124
Binary1111111111010101101011110100001111101110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5AF; }

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

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

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

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

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

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

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

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