#D7CC8C

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

Shades of Sandwisp #D7CC8C

Tints of Sandwisp #D7CC8C

Color information

#D7CC8C (or 0xD7CC8C) is unknown color: approx Sandwisp. HEX triplet: D7, CC and 8C. RGB value is (215,204,140). Sum of RGB (Red+Green+Blue) = 215+204+140=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CC8C is #283373. Grayscale: #C8C8C8. Windows color (decimal): -2634612 or 9227479. OLE color: 9227479.

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

Color convert

RGB215204140-
CMYK00.050.350.16
HSL51.2º48.39%69.61%-
HSV(B)51.2º34.88%84.31%-
XYZ54.3559.5333.44-
YUV199.9994.14138.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 140 (55.08% from 255) = 25.04%
R=38.46%
G=36.49%
B=25.04%

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
Decimal21520414000.050.350.1651.248.3969.61
HexD7CC8C052310333046
Octal3273142140543206360106
Binary1101011111001100100011000101100011100001100111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CC8C; }

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

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

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

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

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

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

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

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