#DCCB88

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

Shades of Sandwisp #DCCB88

Tints of Sandwisp #DCCB88

Color information

#DCCB88 (or 0xDCCB88) is unknown color: approx Sandwisp. HEX triplet: DC, CB and 88. RGB value is (220,203,136). Sum of RGB (Red+Green+Blue) = 220+203+136=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 136 (53.52% from 255 or 24.33% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB88 is #233477. Grayscale: #C8C8C8. Windows color (decimal): -2307192 or 8965084. OLE color: 8965084.

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

Color convert

RGB220203136-
CMYK00.080.380.14
HSL47.86º54.55%69.8%-
HSV(B)47.86º38.18%86.27%-
XYZ55.3259.7131.9-
YUV200.4491.63141.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 203 (79.69% from 255) = 36.31%
BLUE value IS 136 (53.52% from 255) = 24.33%
R=39.36%
G=36.31%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020313600.080.380.1447.8654.5569.8
HexDCCB880826E303746
Octal33431321001046166067106
Binary1101110011001011100010000100010011011101100001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCB88; }

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

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

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

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

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

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

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

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