#DDCD84

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

Shades of Sandwisp #DDCD84

Tints of Sandwisp #DDCD84

Color information

#DDCD84 (or 0xDDCD84) is unknown color: approx Sandwisp. HEX triplet: DD, CD and 84. RGB value is (221,205,132). Sum of RGB (Red+Green+Blue) = 221+205+132=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 132 (51.95% from 255 or 23.66% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD84 is #22327B. Grayscale: #C9C9C9. Windows color (decimal): -2241148 or 8703453. OLE color: 8703453.

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

Color convert

RGB221205132-
CMYK00.070.400.13
HSL49.21º56.69%69.22%-
HSV(B)49.21º40.27%86.67%-
XYZ55.8160.730.6-
YUV201.4688.8141.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.61%
GREEN value IS 205 (80.47% from 255) = 36.74%
BLUE value IS 132 (51.95% from 255) = 23.66%
R=39.61%
G=36.74%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120513200.070.400.1349.2156.6969.22
HexDDCD840728D313945
Octal3353152040750156171105
Binary110111011100110110000100011110100011011100011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD84; }

 p { color: rgb(221,205,132); }

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

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

 a { background-color: rgb(221,205,132); }

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

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

 span { border-color: rgb(221,205,132); }

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