#DFCB86

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

Shades of Sandwisp #DFCB86

Tints of Sandwisp #DFCB86

Color information

#DFCB86 (or 0xDFCB86) is unknown color: approx Sandwisp. HEX triplet: DF, CB and 86. RGB value is (223,203,134). Sum of RGB (Red+Green+Blue) = 223+203+134=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 134 (52.73% from 255 or 23.93% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB86 is #203479. Grayscale: #C9C9C9. Windows color (decimal): -2110586 or 8834015. OLE color: 8834015.

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

Color convert

RGB223203134-
CMYK00.090.400.13
HSL46.52º58.17%70%-
HSV(B)46.52º39.91%87.45%-
XYZ56.0960.1231.2-
YUV201.1190.13143.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.82%
GREEN value IS 203 (79.69% from 255) = 36.25%
BLUE value IS 134 (52.73% from 255) = 23.93%
R=39.82%
G=36.25%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320313400.090.400.1346.5258.1770
HexDFCB860928D2f3a46
Octal33731320601150155772106
Binary1101111111001011100001100100110100011011011111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCB86; }

 p { color: rgb(223,203,134); }

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

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

 a { background-color: rgb(223,203,134); }

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

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

 span { border-color: rgb(223,203,134); }

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