#D8C98D

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

Shades of Sandwisp #D8C98D

Tints of Sandwisp #D8C98D

Color information

#D8C98D (or 0xD8C98D) is unknown color: approx Sandwisp. HEX triplet: D8, C9 and 8D. RGB value is (216,201,141). Sum of RGB (Red+Green+Blue) = 216+201+141=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C98D is #273672. Grayscale: #C6C6C6. Windows color (decimal): -2569843 or 9292248. OLE color: 9292248.

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

Color convert

RGB216201141-
CMYK00.070.350.15
HSL48º49.02%70%-
HSV(B)48º34.72%84.71%-
XYZ54.0158.333.6-
YUV198.6495.47140.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.71%
GREEN value IS 201 (78.91% from 255) = 36.02%
BLUE value IS 141 (55.47% from 255) = 25.27%
R=38.71%
G=36.02%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620114100.070.350.154849.0270
HexD8C98D0723F303146
Octal3303112150743176061106
Binary110110001100100110001101011110001111111100001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C98D; }

 p { color: rgb(216,201,141); }

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

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

 a { background-color: rgb(216,201,141); }

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

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

 span { border-color: rgb(216,201,141); }

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