#DCCE80

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

Shades of Sandwisp #DCCE80

Tints of Sandwisp #DCCE80

Color information

#DCCE80 (or 0xDCCE80) is unknown color: approx Sandwisp. HEX triplet: DC, CE and 80. RGB value is (220,206,128). Sum of RGB (Red+Green+Blue) = 220+206+128=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCE80 is #23317F. Grayscale: #C9C9C9. Windows color (decimal): -2306432 or 8441564. OLE color: 8441564.

HSL color Cylindrical-coordinate representation of color #DCCE80: hue angle of 50.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCCE80 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB220206128-
CMYK00.060.420.14
HSL50.87º56.79%68.24%-
HSV(B)50.87º41.82%86.27%-
XYZ55.4860.9229.26-
YUV201.2986.64141.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.71%
GREEN value IS 206 (80.86% from 255) = 37.18%
BLUE value IS 128 (50.39% from 255) = 23.10%
R=39.71%
G=37.18%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020612800.060.420.1450.8756.7968.24
HexDCCE80062AE333944
Octal3343162000652166371104
Binary110111001100111010000000011010101011101100111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCE80; }

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

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

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

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

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

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

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

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