#D9D082

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

Shades of Sandwisp #D9D082

Tints of Sandwisp #D9D082

Color information

#D9D082 (or 0xD9D082) is unknown color: approx Sandwisp. HEX triplet: D9, D0 and 82. RGB value is (217,208,130). Sum of RGB (Red+Green+Blue) = 217+208+130=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D082 is #262F7D. Grayscale: #CACACA. Windows color (decimal): -2502526 or 8573145. OLE color: 8573145.

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

Color convert

RGB217208130-
CMYK00.040.400.15
HSL53.79º53.37%68.04%-
HSV(B)53.79º40.09%85.1%-
XYZ55.261.4830.08-
YUV201.887.48138.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.10%
GREEN value IS 208 (81.64% from 255) = 37.48%
BLUE value IS 130 (51.17% from 255) = 23.42%
R=39.10%
G=37.48%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720813000.040.400.1553.7953.3768.04
HexD9D0820428F363544
Octal3313202020450176665104
Binary110110011101000010000010010010100011111101101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D082; }

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

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

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

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

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

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

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

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