#DCCE88

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

Shades of Sandwisp #DCCE88

Tints of Sandwisp #DCCE88

Color information

#DCCE88 (or 0xDCCE88) is unknown color: approx Sandwisp. HEX triplet: DC, CE and 88. RGB value is (220,206,136). Sum of RGB (Red+Green+Blue) = 220+206+136=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCE88 is #233177. Grayscale: #CACACA. Windows color (decimal): -2306424 or 8965852. OLE color: 8965852.

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

Color convert

RGB220206136-
CMYK00.060.380.14
HSL50º54.55%69.8%-
HSV(B)50º38.18%86.27%-
XYZ56.0361.1432.14-
YUV202.2190.64140.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.15%
GREEN value IS 206 (80.86% from 255) = 36.65%
BLUE value IS 136 (53.52% from 255) = 24.20%
R=39.15%
G=36.65%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020613600.060.380.145054.5569.8
HexDCCE880626E323746
Octal3343162100646166267106
Binary110111001100111010001000011010011011101100101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCE88; }

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

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

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

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

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

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

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

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