#DCCD8D

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

Shades of Sandwisp #DCCD8D

Tints of Sandwisp #DCCD8D

Color information

#DCCD8D (or 0xDCCD8D) is unknown color: approx Sandwisp. HEX triplet: DC, CD and 8D. RGB value is (220,205,141). Sum of RGB (Red+Green+Blue) = 220+205+141=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD8D is #233272. Grayscale: #CACACA. Windows color (decimal): -2306675 or 9293276. OLE color: 9293276.

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

Color convert

RGB220205141-
CMYK00.070.360.14
HSL48.61º53.02%70.78%-
HSV(B)48.61º35.91%86.27%-
XYZ56.1560.833.98-
YUV202.1993.47140.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.87%
GREEN value IS 205 (80.47% from 255) = 36.22%
BLUE value IS 141 (55.47% from 255) = 24.91%
R=38.87%
G=36.22%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020514100.070.360.1448.6153.0270.78
HexDCCD8D0724E313547
Octal3343152150744166165107
Binary110111001100110110001101011110010011101100011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD8D; }

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

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

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

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

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

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

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

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