#DFCF7D

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

Shades of Sandwisp #DFCF7D

Tints of Sandwisp #DFCF7D

Color information

#DFCF7D (or 0xDFCF7D) is unknown color: approx Sandwisp. HEX triplet: DF, CF and 7D. RGB value is (223,207,125). Sum of RGB (Red+Green+Blue) = 223+207+125=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF7D is #203082. Grayscale: #CACACA. Windows color (decimal): -2109571 or 8245215. OLE color: 8245215.

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

Color convert

RGB223207125-
CMYK00.070.440.13
HSL50.2º60.49%68.24%-
HSV(B)50.2º43.95%87.45%-
XYZ56.4561.7928.35-
YUV202.4484.3142.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.18%
GREEN value IS 207 (81.25% from 255) = 37.30%
BLUE value IS 125 (49.22% from 255) = 22.52%
R=40.18%
G=37.30%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320712500.070.440.1350.260.4968.24
HexDFCF7D072CD323c44
Octal3373171750754156274104
Binary11011111110011111111101011110110011011100101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF7D; }

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

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

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

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

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

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

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

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