#D8CC80

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

Shades of Sandwisp #D8CC80

Tints of Sandwisp #D8CC80

Color information

#D8CC80 (or 0xD8CC80) is unknown color: approx Sandwisp. HEX triplet: D8, CC and 80. RGB value is (216,204,128). Sum of RGB (Red+Green+Blue) = 216+204+128=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CC80 is #27337F. Grayscale: #C7C7C7. Windows color (decimal): -2569088 or 8441048. OLE color: 8441048.

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

Color convert

RGB216204128-
CMYK00.060.410.15
HSL51.82º53.01%67.45%-
HSV(B)51.82º40.74%84.71%-
XYZ53.8159.3429.04-
YUV198.9287.98140.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.42%
GREEN value IS 204 (80.08% from 255) = 37.23%
BLUE value IS 128 (50.39% from 255) = 23.36%
R=39.42%
G=37.23%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620412800.060.410.1551.8253.0167.45
HexD8CC800629F343543
Octal3303142000651176465103
Binary110110001100110010000000011010100111111101001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CC80; }

 p { color: rgb(216,204,128); }

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

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

 a { background-color: rgb(216,204,128); }

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

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

 span { border-color: rgb(216,204,128); }

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