#DFCA85

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

Shades of Sandwisp #DFCA85

Tints of Sandwisp #DFCA85

Color information

#DFCA85 (or 0xDFCA85) is unknown color: approx Sandwisp. HEX triplet: DF, CA and 85. RGB value is (223,202,133). Sum of RGB (Red+Green+Blue) = 223+202+133=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCA85 is #20357A. Grayscale: #C8C8C8. Windows color (decimal): -2110843 or 8768223. OLE color: 8768223.

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

Color convert

RGB223202133-
CMYK00.090.400.13
HSL46º58.44%69.8%-
HSV(B)46º40.36%87.45%-
XYZ55.7959.6230.76-
YUV200.4189.96144.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.96%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 133 (52.34% from 255) = 23.84%
R=39.96%
G=36.20%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320213300.090.400.134658.4469.8
HexDFCA850928D2e3a46
Octal33731220501150155672106
Binary1101111111001010100001010100110100011011011101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCA85; }

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

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

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

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

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

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

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

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