#D7CD8B

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

Shades of Sandwisp #D7CD8B

Tints of Sandwisp #D7CD8B

Color information

#D7CD8B (or 0xD7CD8B) is unknown color: approx Sandwisp. HEX triplet: D7, CD and 8B. RGB value is (215,205,139). Sum of RGB (Red+Green+Blue) = 215+205+139=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CD8B is #283274. Grayscale: #C8C8C8. Windows color (decimal): -2634357 or 9162199. OLE color: 9162199.

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

Color convert

RGB215205139-
CMYK00.050.350.16
HSL52.11º48.72%69.41%-
HSV(B)52.11º35.35%84.31%-
XYZ54.5259.9733.13-
YUV200.4793.31138.37-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 139 (54.69% from 255) = 24.87%
R=38.46%
G=36.67%
B=24.87%

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
Decimal21520513900.050.350.1652.1148.7269.41
HexD7CD8B052310343145
Octal3273152130543206461105
Binary1101011111001101100010110101100011100001101001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CD8B; }

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

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

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

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

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

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

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

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