#D8D086

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

Shades of Sandwisp #D8D086

Tints of Sandwisp #D8D086

Color information

#D8D086 (or 0xD8D086) is unknown color: approx Sandwisp. HEX triplet: D8, D0 and 86. RGB value is (216,208,134). Sum of RGB (Red+Green+Blue) = 216+208+134=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 134 (52.73% from 255 or 24.01% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D086 is #272F79. Grayscale: #CACACA. Windows color (decimal): -2568058 or 8835288. OLE color: 8835288.

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

Color convert

RGB216208134-
CMYK00.040.380.15
HSL54.15º51.25%68.63%-
HSV(B)54.15º37.96%84.71%-
XYZ55.1861.4331.5-
YUV201.9689.65138.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.71%
GREEN value IS 208 (81.64% from 255) = 37.28%
BLUE value IS 134 (52.73% from 255) = 24.01%
R=38.71%
G=37.28%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620813400.040.380.1554.1551.2568.63
HexD8D0860426F363345
Octal3303202060446176663105
Binary110110001101000010000110010010011011111101101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D086; }

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

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

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

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

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

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

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

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