#DDD17D

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

Shades of Sandwisp #DDD17D

Tints of Sandwisp #DDD17D

Color information

#DDD17D (or 0xDDD17D) is unknown color: approx Sandwisp. HEX triplet: DD, D1 and 7D. RGB value is (221,209,125). Sum of RGB (Red+Green+Blue) = 221+209+125=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD17D is #222E82. Grayscale: #CBCBCB. Windows color (decimal): -2240131 or 8245725. OLE color: 8245725.

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

Color convert

RGB221209125-
CMYK00.050.430.13
HSL52.5º58.54%67.84%-
HSV(B)52.5º43.44%86.67%-
XYZ56.3262.4528.49-
YUV203.0183.98140.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 209 (82.03% from 255) = 37.66%
BLUE value IS 125 (49.22% from 255) = 22.52%
R=39.82%
G=37.66%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120912500.050.430.1352.558.5467.84
HexDDD17D052BD343b44
Octal3353211750553156473104
Binary11011101110100011111101010110101111011101001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD17D; }

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

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

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

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

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

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

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

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