#DFD285

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

Shades of Sandwisp #DFD285

Tints of Sandwisp #DFD285

Color information

#DFD285 (or 0xDFD285) is unknown color: approx Sandwisp. HEX triplet: DF, D2 and 85. RGB value is (223,210,133). Sum of RGB (Red+Green+Blue) = 223+210+133=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD285 is #202D7A. Grayscale: #CDCDCD. Windows color (decimal): -2108795 or 8770271. OLE color: 8770271.

HSL color Cylindrical-coordinate representation of color #DFD285: hue angle of 51.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 #DFD285 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB223210133-
CMYK00.060.400.13
HSL51.33º58.44%69.8%-
HSV(B)51.33º40.36%87.45%-
XYZ57.7163.4731.4-
YUV205.1187.31140.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.40%
GREEN value IS 210 (82.42% from 255) = 37.10%
BLUE value IS 133 (52.34% from 255) = 23.50%
R=39.40%
G=37.10%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321013300.060.400.1351.3358.4469.8
HexDFD2850628D333a46
Octal3373222050650156372106
Binary110111111101001010000101011010100011011100111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD285; }

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

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

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

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

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

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

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

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