#DDD180

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

Shades of Sandwisp #DDD180

Tints of Sandwisp #DDD180

Color information

#DDD180 (or 0xDDD180) is unknown color: approx Sandwisp. HEX triplet: DD, D1 and 80. RGB value is (221,209,128). Sum of RGB (Red+Green+Blue) = 221+209+128=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD180 is #222E7F. Grayscale: #CBCBCB. Windows color (decimal): -2240128 or 8442333. OLE color: 8442333.

HSL color Cylindrical-coordinate representation of color #DDD180: hue angle of 52.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDD180 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB221209128-
CMYK00.050.420.13
HSL52.26º57.76%68.43%-
HSV(B)52.26º42.08%86.67%-
XYZ56.5262.5329.51-
YUV203.3585.48140.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.61%
GREEN value IS 209 (82.03% from 255) = 37.46%
BLUE value IS 128 (50.39% from 255) = 22.94%
R=39.61%
G=37.46%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120912800.050.420.1352.2657.7668.43
HexDDD180052AD343a44
Octal3353212000552156472104
Binary110111011101000110000000010110101011011101001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD180; }

 p { color: rgb(221,209,128); }

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

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

 a { background-color: rgb(221,209,128); }

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

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

 span { border-color: rgb(221,209,128); }

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