#DCCE8D

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

Shades of Sandwisp #DCCE8D

Tints of Sandwisp #DCCE8D

Color information

#DCCE8D (or 0xDCCE8D) is unknown color: approx Sandwisp. HEX triplet: DC, CE and 8D. RGB value is (220,206,141). Sum of RGB (Red+Green+Blue) = 220+206+141=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCE8D is #233172. Grayscale: #CBCBCB. Windows color (decimal): -2306419 or 9293532. OLE color: 9293532.

HSL color Cylindrical-coordinate representation of color #DCCE8D: hue angle of 49.37º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCCE8D is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB220206141-
CMYK00.060.360.14
HSL49.37º53.02%70.78%-
HSV(B)49.37º35.91%86.27%-
XYZ56.3961.2834.06-
YUV202.7893.14140.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 206 (80.86% from 255) = 36.33%
BLUE value IS 141 (55.47% from 255) = 24.87%
R=38.80%
G=36.33%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020614100.060.360.1449.3753.0270.78
HexDCCE8D0624E313547
Octal3343162150644166165107
Binary110111001100111010001101011010010011101100011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCE8D; }

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

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

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

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

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

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

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

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