#DFD385

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

Shades of Sandwisp #DFD385

Tints of Sandwisp #DFD385

Color information

#DFD385 (or 0xDFD385) is unknown color: approx Sandwisp. HEX triplet: DF, D3 and 85. RGB value is (223,211,133). Sum of RGB (Red+Green+Blue) = 223+211+133=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD385 is #202C7A. Grayscale: #CECECE. Windows color (decimal): -2108539 or 8770527. OLE color: 8770527.

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

Color convert

RGB223211133-
CMYK00.050.400.13
HSL52º58.44%69.8%-
HSV(B)52º40.36%87.45%-
XYZ57.9663.9731.48-
YUV205.786.98140.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.33%
GREEN value IS 211 (82.81% from 255) = 37.21%
BLUE value IS 133 (52.34% from 255) = 23.46%
R=39.33%
G=37.21%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321113300.050.400.135258.4469.8
HexDFD3850528D343a46
Octal3373232050550156472106
Binary110111111101001110000101010110100011011101001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD385; }

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

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

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

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

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

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

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

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