#DFCF85

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

Shades of Sandwisp #DFCF85

Tints of Sandwisp #DFCF85

Color information

#DFCF85 (or 0xDFCF85) is unknown color: approx Sandwisp. HEX triplet: DF, CF and 85. RGB value is (223,207,133). Sum of RGB (Red+Green+Blue) = 223+207+133=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF85 is #20307A. Grayscale: #CBCBCB. Windows color (decimal): -2109563 or 8769503. OLE color: 8769503.

HSL color Cylindrical-coordinate representation of color #DFCF85: hue angle of 49.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFCF85 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB223207133-
CMYK00.070.400.13
HSL49.33º58.44%69.8%-
HSV(B)49.33º40.36%87.45%-
XYZ56.9862.0131.16-
YUV203.3588.3142.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 207 (81.25% from 255) = 36.77%
BLUE value IS 133 (52.34% from 255) = 23.62%
R=39.61%
G=36.77%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320713300.070.400.1349.3358.4469.8
HexDFCF850728D313a46
Octal3373172050750156172106
Binary110111111100111110000101011110100011011100011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF85; }

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

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

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

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

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

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

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

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