#FFD7AE

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

Shades of Sandy Beach #FFD7AE

Tints of Sandy Beach #FFD7AE

Color information

#FFD7AE (or 0xFFD7AE) is unknown color: approx Sandy Beach. HEX triplet: FF, D7 and AE. RGB value is (255,215,174). Sum of RGB (Red+Green+Blue) = 255+215+174=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 174 (68.36% from 255 or 27.02% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD7AE is #002851. Grayscale: #DEDEDE. Windows color (decimal): -10322 or 11458559. OLE color: 11458559.

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

Color convert

RGB255215174-
CMYK00.160.320
HSL30.37º100%84.12%-
HSV(B)30.37º31.76%100%-
XYZ73.1872.9250.26-
YUV222.29100.75151.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.60%
GREEN value IS 215 (84.38% from 255) = 33.39%
BLUE value IS 174 (68.36% from 255) = 27.02%
R=39.60%
G=33.39%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521517400.160.32030.3710084.12
HexFFD7AE0102001e6454
Octal37732725602040036144124
Binary11111111110101111010111001000010000001111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD7AE; }

 p { color: rgb(255,215,174); }

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

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

 a { background-color: rgb(255,215,174); }

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

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

 span { border-color: rgb(255,215,174); }

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