#DDD07C

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

Shades of Sandwisp #DDD07C

Tints of Sandwisp #DDD07C

Color information

#DDD07C (or 0xDDD07C) is unknown color: approx Sandwisp. HEX triplet: DD, D0 and 7C. RGB value is (221,208,124). Sum of RGB (Red+Green+Blue) = 221+208+124=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD07C is #222F83. Grayscale: #CACACA. Windows color (decimal): -2240388 or 8179933. OLE color: 8179933.

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

Color convert

RGB221208124-
CMYK00.060.440.13
HSL51.96º58.79%67.65%-
HSV(B)51.96º43.89%86.67%-
XYZ56.0161.9428.07-
YUV202.3183.81141.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 208 (81.64% from 255) = 37.61%
BLUE value IS 124 (48.83% from 255) = 22.42%
R=39.96%
G=37.61%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120812400.060.440.1351.9658.7967.65
HexDDD07C062CD343b44
Octal3353201740654156473104
Binary11011101110100001111100011010110011011101001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD07C; }

 p { color: rgb(221,208,124); }

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

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

 a { background-color: rgb(221,208,124); }

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

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

 span { border-color: rgb(221,208,124); }

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