#DCC888

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

Shades of Sandwisp #DCC888

Tints of Sandwisp #DCC888

Color information

#DCC888 (or 0xDCC888) is unknown color: approx Sandwisp. HEX triplet: DC, C8 and 88. RGB value is (220,200,136). Sum of RGB (Red+Green+Blue) = 220+200+136=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC888 is #233777. Grayscale: #C6C6C6. Windows color (decimal): -2307960 or 8964316. OLE color: 8964316.

HSL color Cylindrical-coordinate representation of color #DCC888: hue angle of 45.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCC888 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB220200136-
CMYK00.090.380.14
HSL45.71º54.55%69.8%-
HSV(B)45.71º38.18%86.27%-
XYZ54.6158.331.67-
YUV198.6892.63143.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.57%
GREEN value IS 200 (78.52% from 255) = 35.97%
BLUE value IS 136 (53.52% from 255) = 24.46%
R=39.57%
G=35.97%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020013600.090.380.1445.7154.5569.8
HexDCC8880926E2e3746
Octal33431021001146165667106
Binary1101110011001000100010000100110011011101011101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC888; }

 p { color: rgb(220,200,136); }

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

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

 a { background-color: rgb(220,200,136); }

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

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

 span { border-color: rgb(220,200,136); }

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