#DFCA7D

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

Shades of Sandwisp #DFCA7D

Tints of Sandwisp #DFCA7D

Color information

#DFCA7D (or 0xDFCA7D) is unknown color: approx Sandwisp. HEX triplet: DF, CA and 7D. RGB value is (223,202,125). Sum of RGB (Red+Green+Blue) = 223+202+125=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCA7D is #203582. Grayscale: #C7C7C7. Windows color (decimal): -2110851 or 8243935. OLE color: 8243935.

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

Color convert

RGB223202125-
CMYK00.090.440.13
HSL47.14º60.49%68.24%-
HSV(B)47.14º43.95%87.45%-
XYZ55.2559.4127.96-
YUV199.585.96144.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.55%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 125 (49.22% from 255) = 22.73%
R=40.55%
G=36.73%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320212500.090.440.1347.1460.4968.24
HexDFCA7D092CD2f3c44
Octal33731217501154155774104
Binary110111111100101011111010100110110011011011111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCA7D; }

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

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

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

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

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

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

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

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