#D8D080

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

Shades of Sandwisp #D8D080

Tints of Sandwisp #D8D080

Color information

#D8D080 (or 0xD8D080) is unknown color: approx Sandwisp. HEX triplet: D8, D0 and 80. RGB value is (216,208,128). Sum of RGB (Red+Green+Blue) = 216+208+128=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D080 is #272F7F. Grayscale: #C9C9C9. Windows color (decimal): -2568064 or 8442072. OLE color: 8442072.

HSL color Cylindrical-coordinate representation of color #D8D080: hue angle of 54.55º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8D080 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB216208128-
CMYK00.040.410.15
HSL54.55º53.01%67.45%-
HSV(B)54.55º40.74%84.71%-
XYZ54.7761.2729.36-
YUV201.2786.65138.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.13%
GREEN value IS 208 (81.64% from 255) = 37.68%
BLUE value IS 128 (50.39% from 255) = 23.19%
R=39.13%
G=37.68%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620812800.040.410.1554.5553.0167.45
HexD8D0800429F373543
Octal3303202000451176765103
Binary110110001101000010000000010010100111111101111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D080; }

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

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

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

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

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

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

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

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