#DCCD87

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

Shades of Sandwisp #DCCD87

Tints of Sandwisp #DCCD87

Color information

#DCCD87 (or 0xDCCD87) is unknown color: approx Sandwisp. HEX triplet: DC, CD and 87. RGB value is (220,205,135). Sum of RGB (Red+Green+Blue) = 220+205+135=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 135 (53.12% from 255 or 24.11% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD87 is #233278. Grayscale: #C9C9C9. Windows color (decimal): -2306681 or 8900060. OLE color: 8900060.

HSL color Cylindrical-coordinate representation of color #DCCD87: hue angle of 49.41º 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 #DCCD87 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB220205135-
CMYK00.070.390.14
HSL49.41º54.84%69.61%-
HSV(B)49.41º38.64%86.27%-
XYZ55.7260.6331.69-
YUV201.590.47141.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 135 (53.12% from 255) = 24.11%
R=39.29%
G=36.61%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020513500.070.390.1449.4154.8469.61
HexDCCD870727E313746
Octal3343152070747166167106
Binary110111001100110110000111011110011111101100011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD87; }

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

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

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

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

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

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

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

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