#DCC887

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

Shades of Sandwisp #DCC887

Tints of Sandwisp #DCC887

Color information

#DCC887 (or 0xDCC887) is unknown color: approx Sandwisp. HEX triplet: DC, C8 and 87. RGB value is (220,200,135). Sum of RGB (Red+Green+Blue) = 220+200+135=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 135 (53.12% from 255 or 24.32% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC887 is #233778. Grayscale: #C6C6C6. Windows color (decimal): -2307961 or 8898780. OLE color: 8898780.

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

Color convert

RGB220200135-
CMYK00.090.390.14
HSL45.88º54.84%69.61%-
HSV(B)45.88º38.64%86.27%-
XYZ54.5458.2731.29-
YUV198.5792.13143.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 200 (78.52% from 255) = 36.04%
BLUE value IS 135 (53.12% from 255) = 24.32%
R=39.64%
G=36.04%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020013500.090.390.1445.8854.8469.61
HexDCC8870927E2e3746
Octal33431020701147165667106
Binary1101110011001000100001110100110011111101011101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC887; }

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

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

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

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

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

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

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

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