#DDC680

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

Shades of Sandwisp #DDC680

Tints of Sandwisp #DDC680

Color information

#DDC680 (or 0xDDC680) is unknown color: approx Sandwisp. HEX triplet: DD, C6 and 80. RGB value is (221,198,128). Sum of RGB (Red+Green+Blue) = 221+198+128=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC680 is #22397F. Grayscale: #C5C5C5. Windows color (decimal): -2242944 or 8439517. OLE color: 8439517.

HSL color Cylindrical-coordinate representation of color #DDC680: hue angle of 45.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDC680 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB221198128-
CMYK00.100.420.13
HSL45.16º57.76%68.43%-
HSV(B)45.16º42.08%86.67%-
XYZ53.9157.3228.64-
YUV196.989.12145.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 198 (77.73% from 255) = 36.20%
BLUE value IS 128 (50.39% from 255) = 23.40%
R=40.40%
G=36.20%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119812800.100.420.1345.1657.7668.43
HexDDC6800A2AD2d3a44
Octal33530620001252155572104
Binary1101110111000110100000000101010101011011011011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC680; }

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

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

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

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

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

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

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

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