#D8CC85

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

Shades of Sandwisp #D8CC85

Tints of Sandwisp #D8CC85

Color information

#D8CC85 (or 0xD8CC85) is unknown color: approx Sandwisp. HEX triplet: D8, CC and 85. RGB value is (216,204,133). Sum of RGB (Red+Green+Blue) = 216+204+133=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CC85 is #27337A. Grayscale: #C7C7C7. Windows color (decimal): -2569083 or 8768728. OLE color: 8768728.

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

Color convert

RGB216204133-
CMYK00.060.380.15
HSL51.33º51.55%68.43%-
HSV(B)51.33º38.43%84.71%-
XYZ54.1559.4830.82-
YUV199.4990.48139.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=39.06%
G=36.89%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620413300.060.380.1551.3351.5568.43
HexD8CC850626F333444
Octal3303142050646176364104
Binary110110001100110010000101011010011011111100111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CC85; }

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

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

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

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

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

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

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

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