#DDD080

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

Shades of Sandwisp #DDD080

Tints of Sandwisp #DDD080

Color information

#DDD080 (or 0xDDD080) is unknown color: approx Sandwisp. HEX triplet: DD, D0 and 80. RGB value is (221,208,128). Sum of RGB (Red+Green+Blue) = 221+208+128=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD080 is #222F7F. Grayscale: #CBCBCB. Windows color (decimal): -2240384 or 8442077. OLE color: 8442077.

HSL color Cylindrical-coordinate representation of color #DDD080: hue angle of 51.61º 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 #DDD080 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB221208128-
CMYK00.060.420.13
HSL51.61º57.76%68.43%-
HSV(B)51.61º42.08%86.67%-
XYZ56.2762.0429.43-
YUV202.7785.81141-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.68%
GREEN value IS 208 (81.64% from 255) = 37.34%
BLUE value IS 128 (50.39% from 255) = 22.98%
R=39.68%
G=37.34%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120812800.060.420.1351.6157.7668.43
HexDDD080062AD343a44
Octal3353202000652156472104
Binary110111011101000010000000011010101011011101001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD080; }

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

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

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

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

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

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

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

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