#DFCD7C

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

Shades of Sandwisp #DFCD7C

Tints of Sandwisp #DFCD7C

Color information

#DFCD7C (or 0xDFCD7C) is unknown color: approx Sandwisp. HEX triplet: DF, CD and 7C. RGB value is (223,205,124). Sum of RGB (Red+Green+Blue) = 223+205+124=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD7C is #203283. Grayscale: #C9C9C9. Windows color (decimal): -2110084 or 8179167. OLE color: 8179167.

HSL color Cylindrical-coordinate representation of color #DFCD7C: hue angle of 49.09º degrees, saturation: 0.61, 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 #DFCD7C is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB223205124-
CMYK00.080.440.13
HSL49.09º60.74%68.04%-
HSV(B)49.09º44.39%87.45%-
XYZ55.960.8127.86-
YUV201.1584.46143.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 205 (80.47% from 255) = 37.14%
BLUE value IS 124 (48.83% from 255) = 22.46%
R=40.40%
G=37.14%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320512400.080.440.1349.0960.7468.04
HexDFCD7C082CD313d44
Octal33731517401054156175104
Binary110111111100110111111000100010110011011100011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCD7C; }

 p { color: rgb(223,205,124); }

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

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

 a { background-color: rgb(223,205,124); }

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

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

 span { border-color: rgb(223,205,124); }

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