#D9D382

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

Shades of Sandwisp #D9D382

Tints of Sandwisp #D9D382

Color information

#D9D382 (or 0xD9D382) is unknown color: approx Sandwisp. HEX triplet: D9, D3 and 82. RGB value is (217,211,130). Sum of RGB (Red+Green+Blue) = 217+211+130=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D382 is #262C7D. Grayscale: #CBCBCB. Windows color (decimal): -2501758 or 8573913. OLE color: 8573913.

HSL color Cylindrical-coordinate representation of color #D9D382: hue angle of 55.86º degrees, saturation: 0.53, 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 #D9D382 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB217211130-
CMYK00.030.400.15
HSL55.86º53.37%68.04%-
HSV(B)55.86º40.09%85.1%-
XYZ55.9462.9530.32-
YUV203.5686.49137.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.89%
GREEN value IS 211 (82.81% from 255) = 37.81%
BLUE value IS 130 (51.17% from 255) = 23.30%
R=38.89%
G=37.81%
B=23.30%

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
Decimal21721113000.030.400.1555.8653.3768.04
HexD9D3820328F383544
Octal3313232020350177065104
Binary11011001110100111000001001110100011111110001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D382; }

 p { color: rgb(217,211,130); }

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

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

 a { background-color: rgb(217,211,130); }

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

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

 span { border-color: rgb(217,211,130); }

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