#DDD388

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

Shades of Sandwisp #DDD388

Tints of Sandwisp #DDD388

Color information

#DDD388 (or 0xDDD388) is unknown color: approx Sandwisp. HEX triplet: DD, D3 and 88. RGB value is (221,211,136). Sum of RGB (Red+Green+Blue) = 221+211+136=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 136 (53.52% from 255 or 23.94% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD388 is #222C77. Grayscale: #CDCDCD. Windows color (decimal): -2239608 or 8967133. OLE color: 8967133.

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

Color convert

RGB221211136-
CMYK00.050.380.13
HSL52.94º55.56%70%-
HSV(B)52.94º38.46%86.67%-
XYZ57.5663.7432.56-
YUV205.4488.81139.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 211 (82.81% from 255) = 37.15%
BLUE value IS 136 (53.52% from 255) = 23.94%
R=38.91%
G=37.15%
B=23.94%

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
Decimal22121113600.050.380.1352.9455.5670
HexDDD3880526D353846
Octal3353232100546156570106
Binary110111011101001110001000010110011011011101011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD388; }

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

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

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

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

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

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

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

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