#DCC680

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

Shades of Sandwisp #DCC680

Tints of Sandwisp #DCC680

Color information

#DCC680 (or 0xDCC680) is unknown color: approx Sandwisp. HEX triplet: DC, C6 and 80. RGB value is (220,198,128). Sum of RGB (Red+Green+Blue) = 220+198+128=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC680 is #23397F. Grayscale: #C4C4C4. Windows color (decimal): -2308480 or 8439516. OLE color: 8439516.

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

Color convert

RGB220198128-
CMYK00.10.420.14
HSL45.65º56.79%68.24%-
HSV(B)45.65º41.82%86.27%-
XYZ53.6157.1628.63-
YUV196.689.29144.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 198 (77.73% from 255) = 36.26%
BLUE value IS 128 (50.39% from 255) = 23.44%
R=40.29%
G=36.26%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019812800.10.420.1445.6556.7968.24
HexDCC6800A2AE2e3944
Octal33430620001252165671104
Binary1101110011000110100000000101010101011101011101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC680; }

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

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

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

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

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

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

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

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