#dfcf7e

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

Shades of Sandwisp #DFCF7E

Tints of Sandwisp #DFCF7E

Color information

#DFCF7E (or 0xDFCF7E) is unknown color: approx Sandwisp. HEX triplet: DF, CF and 7E. RGB value is (223,207,126). Sum of RGB (Red+Green+Blue) = 223+207+126=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF7E is #203081. Grayscale: #CACACA. Windows color (decimal): -2109570 or 8310751. OLE color: 8310751.

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

Color convert

RGB223207126-
CMYK00.070.430.13
HSL50.1º60.25%68.43%-
HSV(B)50.1º43.5%87.45%-
XYZ56.5161.8228.69-
YUV202.5584.8142.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.11%
GREEN value IS 207 (81.25% from 255) = 37.23%
BLUE value IS 126 (49.61% from 255) = 22.66%
R=40.11%
G=37.23%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320712600.070.430.1350.160.2568.43
HexDFCF7E072BD323c44
Octal3373171760753156274104
Binary11011111110011111111110011110101111011100101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfcf7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfcf7e; }

 p { color: rgb(223,207,126); }

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

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

 a { background-color: rgb(223,207,126); }

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

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

 span { border-color: rgb(223,207,126); }

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