#DDCC7C

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

Shades of Sandwisp #DDCC7C

Tints of Sandwisp #DDCC7C

Color information

#DDCC7C (or 0xDDCC7C) is unknown color: approx Sandwisp. HEX triplet: DD, CC and 7C. RGB value is (221,204,124). Sum of RGB (Red+Green+Blue) = 221+204+124=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 124 (48.83% from 255 or 22.59% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC7C is #223383. Grayscale: #C8C8C8. Windows color (decimal): -2241412 or 8178909. OLE color: 8178909.

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

Color convert

RGB221204124-
CMYK00.080.440.13
HSL49.48º58.79%67.65%-
HSV(B)49.48º43.89%86.67%-
XYZ55.0560.0127.75-
YUV199.9685.13143-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 204 (80.08% from 255) = 37.16%
BLUE value IS 124 (48.83% from 255) = 22.59%
R=40.26%
G=37.16%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120412400.080.440.1349.4858.7967.65
HexDDCC7C082CD313b44
Octal33531417401054156173104
Binary110111011100110011111000100010110011011100011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC7C; }

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

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

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

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

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

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

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

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