#DDC782

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

Shades of Sandwisp #DDC782

Tints of Sandwisp #DDC782

Color information

#DDC782 (or 0xDDC782) is unknown color: approx Sandwisp. HEX triplet: DD, C7 and 82. RGB value is (221,199,130). Sum of RGB (Red+Green+Blue) = 221+199+130=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC782 is #22387D. Grayscale: #C6C6C6. Windows color (decimal): -2242686 or 8570845. OLE color: 8570845.

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

Color convert

RGB221199130-
CMYK00.100.410.13
HSL45.49º57.23%68.82%-
HSV(B)45.49º41.18%86.67%-
XYZ54.2757.8329.42-
YUV197.7189.79144.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 199 (78.12% from 255) = 36.18%
BLUE value IS 130 (51.17% from 255) = 23.64%
R=40.18%
G=36.18%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119913000.100.410.1345.4957.2368.82
HexDDC7820A29D2d3945
Octal33530720201251155571105
Binary1101110111000111100000100101010100111011011011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC782; }

 p { color: rgb(221,199,130); }

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

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

 a { background-color: rgb(221,199,130); }

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

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

 span { border-color: rgb(221,199,130); }

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