#D7C97D

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

Shades of Sandwisp #D7C97D

Tints of Sandwisp #D7C97D

Color information

#D7C97D (or 0xD7C97D) is unknown color: approx Sandwisp. HEX triplet: D7, C9 and 7D. RGB value is (215,201,125). Sum of RGB (Red+Green+Blue) = 215+201+125=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C97D is #283682. Grayscale: #C4C4C4. Windows color (decimal): -2635395 or 8243671. OLE color: 8243671.

HSL color Cylindrical-coordinate representation of color #D7C97D: hue angle of 50.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7C97D is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB215201125-
CMYK00.070.420.16
HSL50.67º52.94%66.67%-
HSV(B)50.67º41.86%84.31%-
XYZ52.6157.727.77-
YUV196.5287.64141.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.74%
GREEN value IS 201 (78.91% from 255) = 37.15%
BLUE value IS 125 (49.22% from 255) = 23.11%
R=39.74%
G=37.15%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520112500.070.420.1650.6752.9466.67
HexD7C97D072A10333543
Octal3273111750752206365103
Binary110101111100100111111010111101010100001100111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C97D; }

 p { color: rgb(215,201,125); }

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

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

 a { background-color: rgb(215,201,125); }

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

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

 span { border-color: rgb(215,201,125); }

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