#DFCF87

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

Shades of Sandwisp #DFCF87

Tints of Sandwisp #DFCF87

Color information

#DFCF87 (or 0xDFCF87) is unknown color: approx Sandwisp. HEX triplet: DF, CF and 87. RGB value is (223,207,135). Sum of RGB (Red+Green+Blue) = 223+207+135=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 135 (53.12% from 255 or 23.89% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF87 is #203078. Grayscale: #CBCBCB. Windows color (decimal): -2109561 or 8900575. OLE color: 8900575.

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

Color convert

RGB223207135-
CMYK00.070.390.13
HSL49.09º57.89%70.2%-
HSV(B)49.09º39.46%87.45%-
XYZ57.1262.0631.89-
YUV203.5889.3141.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 207 (81.25% from 255) = 36.64%
BLUE value IS 135 (53.12% from 255) = 23.89%
R=39.47%
G=36.64%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320713500.070.390.1349.0957.8970.2
HexDFCF870727D313a46
Octal3373172070747156172106
Binary110111111100111110000111011110011111011100011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF87; }

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

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

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

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

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

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

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

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