#DCD485

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

Shades of Sandwisp #DCD485

Tints of Sandwisp #DCD485

Color information

#DCD485 (or 0xDCD485) is unknown color: approx Sandwisp. HEX triplet: DC, D4 and 85. RGB value is (220,212,133). Sum of RGB (Red+Green+Blue) = 220+212+133=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD485 is #232B7A. Grayscale: #CDCDCD. Windows color (decimal): -2304891 or 8770780. OLE color: 8770780.

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

Color convert

RGB220212133-
CMYK00.040.400.14
HSL54.48º55.41%69.22%-
HSV(B)54.48º39.55%86.27%-
XYZ57.296431.52-
YUV205.3987.15138.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 212 (83.20% from 255) = 37.52%
BLUE value IS 133 (52.34% from 255) = 23.54%
R=38.94%
G=37.52%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021213300.040.400.1454.4855.4169.22
HexDCD4850428E363745
Octal3343242050450166667105
Binary110111001101010010000101010010100011101101101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD485; }

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

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

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

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

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

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

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

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