#DCD18D

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

Shades of Sandwisp #DCD18D

Tints of Sandwisp #DCD18D

Color information

#DCD18D (or 0xDCD18D) is unknown color: approx Sandwisp. HEX triplet: DC, D1 and 8D. RGB value is (220,209,141). Sum of RGB (Red+Green+Blue) = 220+209+141=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD18D is #232E72. Grayscale: #CCCCCC. Windows color (decimal): -2305651 or 9294300. OLE color: 9294300.

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

Color convert

RGB220209141-
CMYK00.050.360.14
HSL51.65º53.02%70.78%-
HSV(B)51.65º35.91%86.27%-
XYZ57.1262.7434.3-
YUV204.5492.14139.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 209 (82.03% from 255) = 36.67%
BLUE value IS 141 (55.47% from 255) = 24.74%
R=38.60%
G=36.67%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020914100.050.360.1451.6553.0270.78
HexDCD18D0524E343547
Octal3343212150544166465107
Binary110111001101000110001101010110010011101101001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD18D; }

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

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

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

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

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

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

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

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