#D6C978

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

Shades of Sandwisp #D6C978

Tints of Sandwisp #D6C978

Color information

#D6C978 (or 0xD6C978) is unknown color: approx Sandwisp. HEX triplet: D6, C9 and 78. RGB value is (214,201,120). Sum of RGB (Red+Green+Blue) = 214+201+120=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C978 is #293687. Grayscale: #C3C3C3. Windows color (decimal): -2700936 or 7915990. OLE color: 7915990.

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

Color convert

RGB214201120-
CMYK00.060.440.16
HSL51.7º53.41%65.49%-
HSV(B)51.7º43.93%83.92%-
XYZ52.0157.4326.11-
YUV195.6585.31141.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 201 (78.91% from 255) = 37.57%
BLUE value IS 120 (47.27% from 255) = 22.43%
R=40%
G=37.57%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420112000.060.440.1651.753.4165.49
HexD6C978062C10343541
Octal3263111700654206465101
Binary110101101100100111110000110101100100001101001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C978; }

 p { color: rgb(214,201,120); }

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

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

 a { background-color: rgb(214,201,120); }

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

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

 span { border-color: rgb(214,201,120); }

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