#D8D182

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

Shades of Sandwisp #D8D182

Tints of Sandwisp #D8D182

Color information

#D8D182 (or 0xD8D182) is unknown color: approx Sandwisp. HEX triplet: D8, D1 and 82. RGB value is (216,209,130). Sum of RGB (Red+Green+Blue) = 216+209+130=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D182 is #272E7D. Grayscale: #CACACA. Windows color (decimal): -2567806 or 8573400. OLE color: 8573400.

HSL color Cylindrical-coordinate representation of color #D8D182: hue angle of 55.12º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8D182 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB216209130-
CMYK00.030.400.15
HSL55.12º52.44%67.84%-
HSV(B)55.12º39.81%84.71%-
XYZ55.1561.8130.14-
YUV202.0987.32137.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.92%
GREEN value IS 209 (82.03% from 255) = 37.66%
BLUE value IS 130 (51.17% from 255) = 23.42%
R=38.92%
G=37.66%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620913000.030.400.1555.1252.4467.84
HexD8D1820328F373444
Octal3303212020350176764104
Binary11011000110100011000001001110100011111101111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D182; }

 p { color: rgb(216,209,130); }

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

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

 a { background-color: rgb(216,209,130); }

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

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

 span { border-color: rgb(216,209,130); }

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