#D7CC8B

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

Shades of Sandwisp #D7CC8B

Tints of Sandwisp #D7CC8B

Color information

#D7CC8B (or 0xD7CC8B) is unknown color: approx Sandwisp. HEX triplet: D7, CC and 8B. RGB value is (215,204,139). Sum of RGB (Red+Green+Blue) = 215+204+139=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CC8B is #283374. Grayscale: #C8C8C8. Windows color (decimal): -2634613 or 9161943. OLE color: 9161943.

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

Color convert

RGB215204139-
CMYK00.050.350.16
HSL51.32º48.72%69.41%-
HSV(B)51.32º35.35%84.31%-
XYZ54.2859.533.05-
YUV199.8893.64138.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.53%
GREEN value IS 204 (80.08% from 255) = 36.56%
BLUE value IS 139 (54.69% from 255) = 24.91%
R=38.53%
G=36.56%
B=24.91%

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
Decimal21520413900.050.350.1651.3248.7269.41
HexD7CC8B052310333145
Octal3273142130543206361105
Binary1101011111001100100010110101100011100001100111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CC8B; }

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

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

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

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

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

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

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

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