#DFCA8D

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

Shades of Sandwisp #DFCA8D

Tints of Sandwisp #DFCA8D

Color information

#DFCA8D (or 0xDFCA8D) is unknown color: approx Sandwisp. HEX triplet: DF, CA and 8D. RGB value is (223,202,141). Sum of RGB (Red+Green+Blue) = 223+202+141=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCA8D is #203572. Grayscale: #C9C9C9. Windows color (decimal): -2110835 or 9292511. OLE color: 9292511.

HSL color Cylindrical-coordinate representation of color #DFCA8D: hue angle of 44.63º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFCA8D is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB223202141-
CMYK00.090.370.13
HSL44.63º56.16%71.37%-
HSV(B)44.63º36.77%87.45%-
XYZ56.3659.8533.78-
YUV201.3293.96143.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.40%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 141 (55.47% from 255) = 24.91%
R=39.40%
G=35.69%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320214100.090.370.1344.6356.1671.37
HexDFCA8D0925D2d3847
Octal33731221501145155570107
Binary1101111111001010100011010100110010111011011011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCA8D; }

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

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

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

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

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

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

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

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