#D9D282

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

Shades of Sandwisp #D9D282

Tints of Sandwisp #D9D282

Color information

#D9D282 (or 0xD9D282) is unknown color: approx Sandwisp. HEX triplet: D9, D2 and 82. RGB value is (217,210,130). Sum of RGB (Red+Green+Blue) = 217+210+130=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D282 is #262D7D. Grayscale: #CBCBCB. Windows color (decimal): -2502014 or 8573657. OLE color: 8573657.

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

Color convert

RGB217210130-
CMYK00.030.400.15
HSL55.17º53.37%68.04%-
HSV(B)55.17º40.09%85.1%-
XYZ55.6962.4630.24-
YUV202.9786.82138-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 210 (82.42% from 255) = 37.70%
BLUE value IS 130 (51.17% from 255) = 23.34%
R=38.96%
G=37.70%
B=23.34%

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
Decimal21721013000.030.400.1555.1753.3768.04
HexD9D2820328F373544
Octal3313222020350176765104
Binary11011001110100101000001001110100011111101111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D282; }

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

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

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

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

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

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

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

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