#D8D082

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

Shades of Sandwisp #D8D082

Tints of Sandwisp #D8D082

Color information

#D8D082 (or 0xD8D082) is unknown color: approx Sandwisp. HEX triplet: D8, D0 and 82. RGB value is (216,208,130). Sum of RGB (Red+Green+Blue) = 216+208+130=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 130 (51.17% from 255 or 23.47% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D082 is #272F7D. Grayscale: #C9C9C9. Windows color (decimal): -2568062 or 8573144. OLE color: 8573144.

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

Color convert

RGB216208130-
CMYK00.040.400.15
HSL54.42º52.44%67.84%-
HSV(B)54.42º39.81%84.71%-
XYZ54.961.3230.06-
YUV201.587.65138.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 208 (81.64% from 255) = 37.55%
BLUE value IS 130 (51.17% from 255) = 23.47%
R=38.99%
G=37.55%
B=23.47%

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
Decimal21620813000.040.400.1554.4252.4467.84
HexD8D0820428F363444
Octal3303202020450176664104
Binary110110001101000010000010010010100011111101101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D082; }

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

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

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

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

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

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

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

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