#DCCD88

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

Shades of Sandwisp #DCCD88

Tints of Sandwisp #DCCD88

Color information

#DCCD88 (or 0xDCCD88) is unknown color: approx Sandwisp. HEX triplet: DC, CD and 88. RGB value is (220,205,136). Sum of RGB (Red+Green+Blue) = 220+205+136=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 136 (53.52% from 255 or 24.24% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD88 is #233277. Grayscale: #C9C9C9. Windows color (decimal): -2306680 or 8965596. OLE color: 8965596.

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

Color convert

RGB220205136-
CMYK00.070.380.14
HSL49.29º54.55%69.8%-
HSV(B)49.29º38.18%86.27%-
XYZ55.7960.6632.06-
YUV201.6290.97141.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 205 (80.47% from 255) = 36.54%
BLUE value IS 136 (53.52% from 255) = 24.24%
R=39.22%
G=36.54%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020513600.070.380.1449.2954.5569.8
HexDCCD880726E313746
Octal3343152100746166167106
Binary110111001100110110001000011110011011101100011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD88; }

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

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

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

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

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

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

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

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