#D8C87D

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

Shades of Sandwisp #D8C87D

Tints of Sandwisp #D8C87D

Color information

#D8C87D (or 0xD8C87D) is unknown color: approx Sandwisp. HEX triplet: D8, C8 and 7D. RGB value is (216,200,125). Sum of RGB (Red+Green+Blue) = 216+200+125=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C87D is #273782. Grayscale: #C4C4C4. Windows color (decimal): -2570115 or 8243416. OLE color: 8243416.

HSL color Cylindrical-coordinate representation of color #D8C87D: hue angle of 49.45º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8C87D is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB216200125-
CMYK00.070.420.15
HSL49.45º53.85%66.86%-
HSV(B)49.45º42.13%84.71%-
XYZ52.6757.3927.7-
YUV196.2387.8142.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 200 (78.52% from 255) = 36.97%
BLUE value IS 125 (49.22% from 255) = 23.11%
R=39.93%
G=36.97%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620012500.070.420.1549.4553.8566.86
HexD8C87D072AF313643
Octal3303101750752176166103
Binary11011000110010001111101011110101011111100011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C87D; }

 p { color: rgb(216,200,125); }

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

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

 a { background-color: rgb(216,200,125); }

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

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

 span { border-color: rgb(216,200,125); }

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