#DDCE8D

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

Shades of Sandwisp #DDCE8D

Tints of Sandwisp #DDCE8D

Color information

#DDCE8D (or 0xDDCE8D) is unknown color: approx Sandwisp. HEX triplet: DD, CE and 8D. RGB value is (221,206,141). Sum of RGB (Red+Green+Blue) = 221+206+141=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCE8D is #223172. Grayscale: #CBCBCB. Windows color (decimal): -2240883 or 9293533. OLE color: 9293533.

HSL color Cylindrical-coordinate representation of color #DDCE8D: hue angle of 48.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDCE8D is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB221206141-
CMYK00.070.360.13
HSL48.75º54.05%70.98%-
HSV(B)48.75º36.2%86.67%-
XYZ56.761.4434.07-
YUV203.0892.97140.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 206 (80.86% from 255) = 36.27%
BLUE value IS 141 (55.47% from 255) = 24.82%
R=38.91%
G=36.27%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120614100.070.360.1348.7554.0570.98
HexDDCE8D0724D313647
Octal3353162150744156166107
Binary110111011100111010001101011110010011011100011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE8D; }

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

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

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

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

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

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

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

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