#D6C878

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

Shades of Sandwisp #D6C878

Tints of Sandwisp #D6C878

Color information

#D6C878 (or 0xD6C878) is unknown color: approx Sandwisp. HEX triplet: D6, C8 and 78. RGB value is (214,200,120). Sum of RGB (Red+Green+Blue) = 214+200+120=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C878 is #293787. Grayscale: #C3C3C3. Windows color (decimal): -2701192 or 7915734. OLE color: 7915734.

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

Color convert

RGB214200120-
CMYK00.070.440.16
HSL51.06º53.41%65.49%-
HSV(B)51.06º43.93%83.92%-
XYZ51.7856.9626.03-
YUV195.0785.64141.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.07%
GREEN value IS 200 (78.52% from 255) = 37.45%
BLUE value IS 120 (47.27% from 255) = 22.47%
R=40.07%
G=37.45%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420012000.070.440.1651.0653.4165.49
HexD6C878072C10333541
Octal3263101700754206365101
Binary110101101100100011110000111101100100001100111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C878; }

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

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

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

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

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

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

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

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