#D7CD8C

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

Shades of Sandwisp #D7CD8C

Tints of Sandwisp #D7CD8C

Color information

#D7CD8C (or 0xD7CD8C) is unknown color: approx Sandwisp. HEX triplet: D7, CD and 8C. RGB value is (215,205,140). Sum of RGB (Red+Green+Blue) = 215+205+140=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CD8C is #283273. Grayscale: #C8C8C8. Windows color (decimal): -2634356 or 9227735. OLE color: 9227735.

HSL color Cylindrical-coordinate representation of color #D7CD8C: hue angle of 52º 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 #D7CD8C is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB215205140-
CMYK00.050.350.16
HSL52º48.39%69.61%-
HSV(B)52º34.88%84.31%-
XYZ54.596033.52-
YUV200.5893.81138.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.39%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 140 (55.08% from 255) = 25%
R=38.39%
G=36.61%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520514000.050.350.165248.3969.61
HexD7CD8C052310343046
Octal3273152140543206460106
Binary1101011111001101100011000101100011100001101001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CD8C; }

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

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

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

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

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

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

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

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