#DDCA7C

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

Shades of Sandwisp #DDCA7C

Tints of Sandwisp #DDCA7C

Color information

#DDCA7C (or 0xDDCA7C) is unknown color: approx Sandwisp. HEX triplet: DD, CA and 7C. RGB value is (221,202,124). Sum of RGB (Red+Green+Blue) = 221+202+124=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA7C is #223583. Grayscale: #C7C7C7. Windows color (decimal): -2241924 or 8178397. OLE color: 8178397.

HSL color Cylindrical-coordinate representation of color #DDCA7C: hue angle of 48.25º 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 #DDCA7C is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB221202124-
CMYK00.090.440.13
HSL48.25º58.79%67.65%-
HSV(B)48.25º43.89%86.67%-
XYZ54.5859.0727.59-
YUV198.7985.79143.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 124 (48.83% from 255) = 22.67%
R=40.40%
G=36.93%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120212400.090.440.1348.2558.7967.65
HexDDCA7C092CD303b44
Octal33531217401154156073104
Binary110111011100101011111000100110110011011100001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA7C; }

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

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

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

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

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

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

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

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