#D8C98A

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

Shades of Sandwisp #D8C98A

Tints of Sandwisp #D8C98A

Color information

#D8C98A (or 0xD8C98A) is unknown color: approx Sandwisp. HEX triplet: D8, C9 and 8A. RGB value is (216,201,138). Sum of RGB (Red+Green+Blue) = 216+201+138=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C98A is #273675. Grayscale: #C6C6C6. Windows color (decimal): -2569846 or 9095640. OLE color: 9095640.

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

Color convert

RGB216201138-
CMYK00.070.360.15
HSL48.46º50%69.41%-
HSV(B)48.46º36.11%84.71%-
XYZ53.7958.2132.44-
YUV198.393.97140.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.92%
GREEN value IS 201 (78.91% from 255) = 36.22%
BLUE value IS 138 (54.30% from 255) = 24.86%
R=38.92%
G=36.22%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620113800.070.360.1548.465069.41
HexD8C98A0724F303245
Octal3303112120744176062105
Binary110110001100100110001010011110010011111100001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C98A; }

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

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

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

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

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

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

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

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