#FFD8AF

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

Shades of Sandy Beach #FFD8AF

Tints of Sandy Beach #FFD8AF

Color information

#FFD8AF (or 0xFFD8AF) is unknown color: approx Sandy Beach. HEX triplet: FF, D8 and AF. RGB value is (255,216,175). Sum of RGB (Red+Green+Blue) = 255+216+175=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD8AF is #002750. Grayscale: #DFDFDF. Windows color (decimal): -10065 or 11524351. OLE color: 11524351.

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

Color convert

RGB255216175-
CMYK00.150.310
HSL30.75º100%84.31%-
HSV(B)30.75º31.37%100%-
XYZ73.5373.4750.86-
YUV222.99100.92150.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.47%
GREEN value IS 216 (84.77% from 255) = 33.44%
BLUE value IS 175 (68.75% from 255) = 27.09%
R=39.47%
G=33.44%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521617500.150.31030.7510084.31
HexFFD8AF0F1F01f6454
Octal37733025701737037144124
Binary111111111101100010101111011111111101111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD8AF; }

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

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

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

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

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

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

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

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