#DDD37F

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

Shades of Sandwisp #DDD37F

Tints of Sandwisp #DDD37F

Color information

#DDD37F (or 0xDDD37F) is unknown color: approx Sandwisp. HEX triplet: DD, D3 and 7F. RGB value is (221,211,127). Sum of RGB (Red+Green+Blue) = 221+211+127=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 127 (50% from 255 or 22.72% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD37F is #222C80. Grayscale: #CCCCCC. Windows color (decimal): -2239617 or 8377309. OLE color: 8377309.

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

Color convert

RGB221211127-
CMYK00.050.430.13
HSL53.62º58.02%68.24%-
HSV(B)53.62º42.53%86.67%-
XYZ56.9463.4929.33-
YUV204.4184.31139.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 211 (82.81% from 255) = 37.75%
BLUE value IS 127 (50% from 255) = 22.72%
R=39.53%
G=37.75%
B=22.72%

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
Decimal22121112700.050.430.1353.6258.0268.24
HexDDD37F052BD363a44
Octal3353231770553156672104
Binary11011101110100111111111010110101111011101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD37F; }

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

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

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

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

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

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

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

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