#DDCC79

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

Shades of Sandwisp #DDCC79

Tints of Sandwisp #DDCC79

Color information

#DDCC79 (or 0xDDCC79) is unknown color: approx Sandwisp. HEX triplet: DD, CC and 79. RGB value is (221,204,121). Sum of RGB (Red+Green+Blue) = 221+204+121=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 121 (47.66% from 255 or 22.16% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC79 is #223386. Grayscale: #C7C7C7. Windows color (decimal): -2241415 or 7982301. OLE color: 7982301.

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

Color convert

RGB221204121-
CMYK00.080.450.13
HSL49.8º59.52%67.06%-
HSV(B)49.8º45.25%86.67%-
XYZ54.8659.9426.77-
YUV199.6283.63143.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 204 (80.08% from 255) = 37.36%
BLUE value IS 121 (47.66% from 255) = 22.16%
R=40.48%
G=37.36%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120412100.080.450.1349.859.5267.06
HexDDCC79082DD323c43
Octal33531417101055156274103
Binary110111011100110011110010100010110111011100101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC79; }

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

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

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

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

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

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

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

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