#DFCA86

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

Shades of Sandwisp #DFCA86

Tints of Sandwisp #DFCA86

Color information

#DFCA86 (or 0xDFCA86) is unknown color: approx Sandwisp. HEX triplet: DF, CA and 86. RGB value is (223,202,134). Sum of RGB (Red+Green+Blue) = 223+202+134=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 134 (52.73% from 255 or 23.97% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCA86 is #203579. Grayscale: #C8C8C8. Windows color (decimal): -2110842 or 8833759. OLE color: 8833759.

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

Color convert

RGB223202134-
CMYK00.090.400.13
HSL45.84º58.17%70%-
HSV(B)45.84º39.91%87.45%-
XYZ55.8659.6531.12-
YUV200.5390.46144.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.89%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 134 (52.73% from 255) = 23.97%
R=39.89%
G=36.14%
B=23.97%

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
Decimal22320213400.090.400.1345.8458.1770
HexDFCA860928D2e3a46
Octal33731220601150155672106
Binary1101111111001010100001100100110100011011011101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCA86; }

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

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

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

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

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

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

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

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