#DDCC7E

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

Shades of Sandwisp #DDCC7E

Tints of Sandwisp #DDCC7E

Color information

#DDCC7E (or 0xDDCC7E) is unknown color: approx Sandwisp. HEX triplet: DD, CC and 7E. RGB value is (221,204,126). Sum of RGB (Red+Green+Blue) = 221+204+126=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 126 (49.61% from 255 or 22.87% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC7E is #223381. Grayscale: #C8C8C8. Windows color (decimal): -2241410 or 8309981. OLE color: 8309981.

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

Color convert

RGB221204126-
CMYK00.080.430.13
HSL49.26º58.28%68.04%-
HSV(B)49.26º42.99%86.67%-
XYZ55.1860.0628.42-
YUV200.1986.13142.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 204 (80.08% from 255) = 37.02%
BLUE value IS 126 (49.61% from 255) = 22.87%
R=40.11%
G=37.02%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120412600.080.430.1349.2658.2868.04
HexDDCC7E082BD313a44
Octal33531417601053156172104
Binary110111011100110011111100100010101111011100011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC7E; }

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

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

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

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

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

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

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

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