#D7CE8C

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

Shades of Sandwisp #D7CE8C

Tints of Sandwisp #D7CE8C

Color information

#D7CE8C (or 0xD7CE8C) is unknown color: approx Sandwisp. HEX triplet: D7, CE and 8C. RGB value is (215,206,140). Sum of RGB (Red+Green+Blue) = 215+206+140=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CE8C is #283173. Grayscale: #C9C9C9. Windows color (decimal): -2634100 or 9227991. OLE color: 9227991.

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

Color convert

RGB215206140-
CMYK00.040.350.16
HSL52.8º48.39%69.61%-
HSV(B)52.8º34.88%84.31%-
XYZ54.8360.4833.6-
YUV201.1793.48137.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.32%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 140 (55.08% from 255) = 24.96%
R=38.32%
G=36.72%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520614000.040.350.1652.848.3969.61
HexD7CE8C042310353046
Octal3273162140443206560106
Binary1101011111001110100011000100100011100001101011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CE8C; }

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

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

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

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

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

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

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

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