#DFCD7A

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

Shades of Sandwisp #DFCD7A

Tints of Sandwisp #DFCD7A

Color information

#DFCD7A (or 0xDFCD7A) is unknown color: approx Sandwisp. HEX triplet: DF, CD and 7A. RGB value is (223,205,122). Sum of RGB (Red+Green+Blue) = 223+205+122=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD7A is #203285. Grayscale: #C9C9C9. Windows color (decimal): -2110086 or 8048095. OLE color: 8048095.

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

Color convert

RGB223205122-
CMYK00.080.450.13
HSL49.31º61.21%67.65%-
HSV(B)49.31º45.29%87.45%-
XYZ55.7860.7627.2-
YUV200.9283.46143.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.55%
GREEN value IS 205 (80.47% from 255) = 37.27%
BLUE value IS 122 (48.05% from 255) = 22.18%
R=40.55%
G=37.27%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320512200.080.450.1349.3161.2167.65
HexDFCD7A082DD313d44
Octal33731517201055156175104
Binary110111111100110111110100100010110111011100011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCD7A; }

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

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

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

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

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

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

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

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