#DDCD79

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

Shades of Sandwisp #DDCD79

Tints of Sandwisp #DDCD79

Color information

#DDCD79 (or 0xDDCD79) is unknown color: approx Sandwisp. HEX triplet: DD, CD and 79. RGB value is (221,205,121). Sum of RGB (Red+Green+Blue) = 221+205+121=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 121 (47.66% from 255 or 22.12% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD79 is #223286. Grayscale: #C8C8C8. Windows color (decimal): -2241159 or 7982557. OLE color: 7982557.

HSL color Cylindrical-coordinate representation of color #DDCD79: hue angle of 50.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDCD79 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB221205121-
CMYK00.070.450.13
HSL50.4º59.52%67.06%-
HSV(B)50.4º45.25%86.67%-
XYZ55.160.4226.85-
YUV200.2183.3142.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 205 (80.47% from 255) = 37.48%
BLUE value IS 121 (47.66% from 255) = 22.12%
R=40.40%
G=37.48%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120512100.070.450.1350.459.5267.06
HexDDCD79072DD323c43
Octal3353151710755156274103
Binary11011101110011011111001011110110111011100101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD79; }

 p { color: rgb(221,205,121); }

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

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

 a { background-color: rgb(221,205,121); }

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

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

 span { border-color: rgb(221,205,121); }

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