#DCCD85

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

Shades of Sandwisp #DCCD85

Tints of Sandwisp #DCCD85

Color information

#DCCD85 (or 0xDCCD85) is unknown color: approx Sandwisp. HEX triplet: DC, CD and 85. RGB value is (220,205,133). Sum of RGB (Red+Green+Blue) = 220+205+133=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD85 is #23327A. Grayscale: #C9C9C9. Windows color (decimal): -2306683 or 8768988. OLE color: 8768988.

HSL color Cylindrical-coordinate representation of color #DCCD85: hue angle of 49.66º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCCD85 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220205133-
CMYK00.070.400.14
HSL49.66º55.41%69.22%-
HSV(B)49.66º39.55%86.27%-
XYZ55.5860.5730.95-
YUV201.2889.47141.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 205 (80.47% from 255) = 36.74%
BLUE value IS 133 (52.34% from 255) = 23.84%
R=39.43%
G=36.74%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020513300.070.400.1449.6655.4169.22
HexDCCD850728E323745
Octal3343152050750166267105
Binary110111001100110110000101011110100011101100101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD85; }

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

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

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

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

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

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

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

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