#D8D08C

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

Shades of Sandwisp #D8D08C

Tints of Sandwisp #D8D08C

Color information

#D8D08C (or 0xD8D08C) is unknown color: approx Sandwisp. HEX triplet: D8, D0 and 8C. RGB value is (216,208,140). Sum of RGB (Red+Green+Blue) = 216+208+140=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D08C is #272F73. Grayscale: #CACACA. Windows color (decimal): -2568052 or 9228504. OLE color: 9228504.

HSL color Cylindrical-coordinate representation of color #D8D08C: hue angle of 53.68º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8D08C is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB216208140-
CMYK00.040.350.15
HSL53.68º49.35%69.8%-
HSV(B)53.68º35.19%84.71%-
XYZ55.6161.633.77-
YUV202.6492.65137.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.30%
GREEN value IS 208 (81.64% from 255) = 36.88%
BLUE value IS 140 (55.08% from 255) = 24.82%
R=38.30%
G=36.88%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620814000.040.350.1553.6849.3569.8
HexD8D08C0423F363146
Octal3303202140443176661106
Binary110110001101000010001100010010001111111101101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D08C; }

 p { color: rgb(216,208,140); }

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

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

 a { background-color: rgb(216,208,140); }

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

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

 span { border-color: rgb(216,208,140); }

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