#D8CB76

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

Shades of Sandwisp #D8CB76

Tints of Sandwisp #D8CB76

Color information

#D8CB76 (or 0xD8CB76) is unknown color: approx Sandwisp. HEX triplet: D8, CB and 76. RGB value is (216,203,118). Sum of RGB (Red+Green+Blue) = 216+203+118=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CB76 is #273489. Grayscale: #C5C5C5. Windows color (decimal): -2569354 or 7785432. OLE color: 7785432.

HSL color Cylindrical-coordinate representation of color #D8CB76: hue angle of 52.04º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8CB76 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB216203118-
CMYK00.060.450.15
HSL52.04º55.68%65.49%-
HSV(B)52.04º45.37%84.71%-
XYZ52.9458.6225.66-
YUV197.283.31141.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.22%
GREEN value IS 203 (79.69% from 255) = 37.80%
BLUE value IS 118 (46.48% from 255) = 21.97%
R=40.22%
G=37.80%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620311800.060.450.1552.0455.6865.49
HexD8CB76062DF343841
Octal3303131660655176470101
Binary11011000110010111110110011010110111111101001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CB76; }

 p { color: rgb(216,203,118); }

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

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

 a { background-color: rgb(216,203,118); }

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

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

 span { border-color: rgb(216,203,118); }

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