#DCD387

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

Shades of Sandwisp #DCD387

Tints of Sandwisp #DCD387

Color information

#DCD387 (or 0xDCD387) is unknown color: approx Sandwisp. HEX triplet: DC, D3 and 87. RGB value is (220,211,135). Sum of RGB (Red+Green+Blue) = 220+211+135=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 135 (53.12% from 255 or 23.85% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD387 is #232C78. Grayscale: #CDCDCD. Windows color (decimal): -2305145 or 8901596. OLE color: 8901596.

HSL color Cylindrical-coordinate representation of color #DCD387: hue angle of 53.65º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCD387 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB220211135-
CMYK00.040.390.14
HSL53.65º54.84%69.61%-
HSV(B)53.65º38.64%86.27%-
XYZ57.1863.5532.17-
YUV205.0388.48138.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.87%
GREEN value IS 211 (82.81% from 255) = 37.28%
BLUE value IS 135 (53.12% from 255) = 23.85%
R=38.87%
G=37.28%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021113500.040.390.1453.6554.8469.61
HexDCD3870427E363746
Octal3343232070447166667106
Binary110111001101001110000111010010011111101101101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD387; }

 p { color: rgb(220,211,135); }

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

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

 a { background-color: rgb(220,211,135); }

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

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

 span { border-color: rgb(220,211,135); }

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