#D8C882

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

Shades of Sandwisp #D8C882

Tints of Sandwisp #D8C882

Color information

#D8C882 (or 0xD8C882) is unknown color: approx Sandwisp. HEX triplet: D8, C8 and 82. RGB value is (216,200,130). Sum of RGB (Red+Green+Blue) = 216+200+130=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C882 is #27377D. Grayscale: #C5C5C5. Windows color (decimal): -2570110 or 8571096. OLE color: 8571096.

HSL color Cylindrical-coordinate representation of color #D8C882: hue angle of 48.84º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8C882 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB216200130-
CMYK00.070.400.15
HSL48.84º52.44%67.84%-
HSV(B)48.84º39.81%84.71%-
XYZ5357.5229.43-
YUV196.890.3141.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.56%
GREEN value IS 200 (78.52% from 255) = 36.63%
BLUE value IS 130 (51.17% from 255) = 23.81%
R=39.56%
G=36.63%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620013000.070.400.1548.8452.4467.84
HexD8C8820728F313444
Octal3303102020750176164104
Binary110110001100100010000010011110100011111100011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C882; }

 p { color: rgb(216,200,130); }

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

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

 a { background-color: rgb(216,200,130); }

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

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

 span { border-color: rgb(216,200,130); }

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