#DDCE7E

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

Shades of Sandwisp #DDCE7E

Tints of Sandwisp #DDCE7E

Color information

#DDCE7E (or 0xDDCE7E) is unknown color: approx Sandwisp. HEX triplet: DD, CE and 7E. RGB value is (221,206,126). Sum of RGB (Red+Green+Blue) = 221+206+126=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE7E is #223181. Grayscale: #C9C9C9. Windows color (decimal): -2240898 or 8310493. OLE color: 8310493.

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

Color convert

RGB221206126-
CMYK00.070.430.13
HSL50.53º58.28%68.04%-
HSV(B)50.53º42.99%86.67%-
XYZ55.6661.0228.58-
YUV201.3685.47142-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 206 (80.86% from 255) = 37.25%
BLUE value IS 126 (49.61% from 255) = 22.78%
R=39.96%
G=37.25%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120612600.070.430.1350.5358.2868.04
HexDDCE7E072BD333a44
Octal3353161760753156372104
Binary11011101110011101111110011110101111011100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE7E; }

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

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

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

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

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

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

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

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