#DFD585

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

Shades of Sandwisp #DFD585

Tints of Sandwisp #DFD585

Color information

#DFD585 (or 0xDFD585) is unknown color: approx Sandwisp. HEX triplet: DF, D5 and 85. RGB value is (223,213,133). Sum of RGB (Red+Green+Blue) = 223+213+133=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD585 is #202A7A. Grayscale: #CFCFCF. Windows color (decimal): -2108027 or 8771039. OLE color: 8771039.

HSL color Cylindrical-coordinate representation of color #DFD585: hue angle of 53.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFD585 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB223213133-
CMYK00.040.400.13
HSL53.33º58.44%69.8%-
HSV(B)53.33º40.36%87.45%-
XYZ58.4664.9731.65-
YUV206.8786.31139.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.19%
GREEN value IS 213 (83.59% from 255) = 37.43%
BLUE value IS 133 (52.34% from 255) = 23.37%
R=39.19%
G=37.43%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321313300.040.400.1353.3358.4469.8
HexDFD5850428D353a46
Octal3373252050450156572106
Binary110111111101010110000101010010100011011101011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD585; }

 p { color: rgb(223,213,133); }

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

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

 a { background-color: rgb(223,213,133); }

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

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

 span { border-color: rgb(223,213,133); }

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