#DDD38A

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

Shades of Sandwisp #DDD38A

Tints of Sandwisp #DDD38A

Color information

#DDD38A (or 0xDDD38A) is unknown color: approx Sandwisp. HEX triplet: DD, D3 and 8A. RGB value is (221,211,138). Sum of RGB (Red+Green+Blue) = 221+211+138=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD38A is #222C75. Grayscale: #CDCDCD. Windows color (decimal): -2239606 or 9098205. OLE color: 9098205.

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

Color convert

RGB221211138-
CMYK00.050.380.13
HSL52.77º54.97%70.39%-
HSV(B)52.77º37.56%86.67%-
XYZ57.763.833.32-
YUV205.6789.81138.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 211 (82.81% from 255) = 37.02%
BLUE value IS 138 (54.30% from 255) = 24.21%
R=38.77%
G=37.02%
B=24.21%

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
Decimal22121113800.050.380.1352.7754.9770.39
HexDDD38A0526D353746
Octal3353232120546156567106
Binary110111011101001110001010010110011011011101011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD38A; }

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

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

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

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

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

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

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

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