#D7CE86

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

Shades of Sandwisp #D7CE86

Tints of Sandwisp #D7CE86

Color information

#D7CE86 (or 0xD7CE86) is unknown color: approx Sandwisp. HEX triplet: D7, CE and 86. RGB value is (215,206,134). Sum of RGB (Red+Green+Blue) = 215+206+134=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 134 (52.73% from 255 or 24.14% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CE86 is #283179. Grayscale: #C8C8C8. Windows color (decimal): -2634106 or 8834775. OLE color: 8834775.

HSL color Cylindrical-coordinate representation of color #D7CE86: hue angle of 53.33º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7CE86 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB215206134-
CMYK00.040.380.16
HSL53.33º50.31%68.43%-
HSV(B)53.33º37.67%84.31%-
XYZ54.460.3131.33-
YUV200.4890.48138.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.74%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 134 (52.73% from 255) = 24.14%
R=38.74%
G=37.12%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520613400.040.380.1653.3350.3168.43
HexD7CE86042610353244
Octal3273162060446206562104
Binary1101011111001110100001100100100110100001101011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CE86; }

 p { color: rgb(215,206,134); }

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

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

 a { background-color: rgb(215,206,134); }

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

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

 span { border-color: rgb(215,206,134); }

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