#DCD486

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

Shades of Sandwisp #DCD486

Tints of Sandwisp #DCD486

Color information

#DCD486 (or 0xDCD486) is unknown color: approx Sandwisp. HEX triplet: DC, D4 and 86. RGB value is (220,212,134). Sum of RGB (Red+Green+Blue) = 220+212+134=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD486 is #232B79. Grayscale: #CDCDCD. Windows color (decimal): -2304890 or 8836316. OLE color: 8836316.

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

Color convert

RGB220212134-
CMYK00.040.390.14
HSL54.42º55.13%69.41%-
HSV(B)54.42º39.09%86.27%-
XYZ57.3664.0231.89-
YUV205.587.65138.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.87%
GREEN value IS 212 (83.20% from 255) = 37.46%
BLUE value IS 134 (52.73% from 255) = 23.67%
R=38.87%
G=37.46%
B=23.67%

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
Decimal22021213400.040.390.1454.4255.1369.41
HexDCD4860427E363745
Octal3343242060447166667105
Binary110111001101010010000110010010011111101101101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD486; }

 p { color: rgb(220,212,134); }

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

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

 a { background-color: rgb(220,212,134); }

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

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

 span { border-color: rgb(220,212,134); }

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