#DDCC82

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

Shades of Sandwisp #DDCC82

Tints of Sandwisp #DDCC82

Color information

#DDCC82 (or 0xDDCC82) is unknown color: approx Sandwisp. HEX triplet: DD, CC and 82. RGB value is (221,204,130). Sum of RGB (Red+Green+Blue) = 221+204+130=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC82 is #22337D. Grayscale: #C8C8C8. Windows color (decimal): -2241406 or 8572125. OLE color: 8572125.

HSL color Cylindrical-coordinate representation of color #DDCC82: hue angle of 48.79º 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 #DDCC82 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB221204130-
CMYK00.080.410.13
HSL48.79º57.23%68.82%-
HSV(B)48.79º41.18%86.67%-
XYZ55.4460.1729.81-
YUV200.6588.13142.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 204 (80.08% from 255) = 36.76%
BLUE value IS 130 (51.17% from 255) = 23.42%
R=39.82%
G=36.76%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120413000.080.410.1348.7957.2368.82
HexDDCC820829D313945
Octal33531420201051156171105
Binary1101110111001100100000100100010100111011100011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC82; }

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

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

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

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

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

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

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

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