#DDD389

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

Shades of Sandwisp #DDD389

Tints of Sandwisp #DDD389

Color information

#DDD389 (or 0xDDD389) is unknown color: approx Sandwisp. HEX triplet: DD, D3 and 89. RGB value is (221,211,137). Sum of RGB (Red+Green+Blue) = 221+211+137=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 137 (53.91% from 255 or 24.08% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD389 is #222C76. Grayscale: #CDCDCD. Windows color (decimal): -2239607 or 9032669. OLE color: 9032669.

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

Color convert

RGB221211137-
CMYK00.050.380.13
HSL52.86º55.26%70.2%-
HSV(B)52.86º38.01%86.67%-
XYZ57.6363.7732.94-
YUV205.5589.31139.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 211 (82.81% from 255) = 37.08%
BLUE value IS 137 (53.91% from 255) = 24.08%
R=38.84%
G=37.08%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121113700.050.380.1352.8655.2670.2
HexDDD3890526D353746
Octal3353232110546156567106
Binary110111011101001110001001010110011011011101011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD389; }

 p { color: rgb(221,211,137); }

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

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

 a { background-color: rgb(221,211,137); }

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

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

 span { border-color: rgb(221,211,137); }

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