#D7CD86

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

Shades of Sandwisp #D7CD86

Tints of Sandwisp #D7CD86

Color information

#D7CD86 (or 0xD7CD86) is unknown color: approx Sandwisp. HEX triplet: D7, CD and 86. RGB value is (215,205,134). Sum of RGB (Red+Green+Blue) = 215+205+134=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CD86 is #283279. Grayscale: #C8C8C8. Windows color (decimal): -2634362 or 8834519. OLE color: 8834519.

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

Color convert

RGB215205134-
CMYK00.050.380.16
HSL52.59º50.31%68.43%-
HSV(B)52.59º37.67%84.31%-
XYZ54.1659.8331.25-
YUV199.990.81138.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.81%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 134 (52.73% from 255) = 24.19%
R=38.81%
G=37.00%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520513400.050.380.1652.5950.3168.43
HexD7CD86052610353244
Octal3273152060546206562104
Binary1101011111001101100001100101100110100001101011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CD86; }

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

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

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

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

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

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

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

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