#D8C67E

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

Shades of Sandwisp #D8C67E

Tints of Sandwisp #D8C67E

Color information

#D8C67E (or 0xD8C67E) is unknown color: approx Sandwisp. HEX triplet: D8, C6 and 7E. RGB value is (216,198,126). Sum of RGB (Red+Green+Blue) = 216+198+126=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C67E is #273981. Grayscale: #C3C3C3. Windows color (decimal): -2570626 or 8308440. OLE color: 8308440.

HSL color Cylindrical-coordinate representation of color #D8C67E: hue angle of 48º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8C67E is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB216198126-
CMYK00.080.420.15
HSL48º53.57%67.06%-
HSV(B)48º41.67%84.71%-
XYZ52.2856.4927.89-
YUV195.1788.96142.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40%
GREEN value IS 198 (77.73% from 255) = 36.67%
BLUE value IS 126 (49.61% from 255) = 23.33%
R=40%
G=36.67%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619812600.080.420.154853.5767.06
HexD8C67E082AF303643
Octal33030617601052176066103
Binary110110001100011011111100100010101011111100001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C67E; }

 p { color: rgb(216,198,126); }

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

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

 a { background-color: rgb(216,198,126); }

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

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

 span { border-color: rgb(216,198,126); }

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