#D7CD85

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

Shades of Sandwisp #D7CD85

Tints of Sandwisp #D7CD85

Color information

#D7CD85 (or 0xD7CD85) is unknown color: approx Sandwisp. HEX triplet: D7, CD and 85. RGB value is (215,205,133). Sum of RGB (Red+Green+Blue) = 215+205+133=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CD85 is #28327A. Grayscale: #C8C8C8. Windows color (decimal): -2634363 or 8768983. OLE color: 8768983.

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

Color convert

RGB215205133-
CMYK00.050.380.16
HSL52.68º50.62%68.24%-
HSV(B)52.68º38.14%84.31%-
XYZ54.0959.830.88-
YUV199.7890.31138.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 205 (80.47% from 255) = 37.07%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=38.88%
G=37.07%
B=24.05%

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
Decimal21520513300.050.380.1652.6850.6268.24
HexD7CD85052610353344
Octal3273152050546206563104
Binary1101011111001101100001010101100110100001101011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CD85; }

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

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

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

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

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

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

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

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