#DDC986

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

Shades of Sandwisp #DDC986

Tints of Sandwisp #DDC986

Color information

#DDC986 (or 0xDDC986) is unknown color: approx Sandwisp. HEX triplet: DD, C9 and 86. RGB value is (221,201,134). Sum of RGB (Red+Green+Blue) = 221+201+134=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC986 is #223679. Grayscale: #C7C7C7. Windows color (decimal): -2242170 or 8833501. OLE color: 8833501.

HSL color Cylindrical-coordinate representation of color #DDC986: hue angle of 46.21º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDC986 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221201134-
CMYK00.090.390.13
HSL46.21º56.13%69.61%-
HSV(B)46.21º39.37%86.67%-
XYZ55.0158.8731.02-
YUV199.3491.13143.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 201 (78.91% from 255) = 36.15%
BLUE value IS 134 (52.73% from 255) = 24.10%
R=39.75%
G=36.15%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120113400.090.390.1346.2156.1369.61
HexDDC9860927D2e3846
Octal33531120601147155670106
Binary1101110111001001100001100100110011111011011101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC986; }

 p { color: rgb(221,201,134); }

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

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

 a { background-color: rgb(221,201,134); }

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

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

 span { border-color: rgb(221,201,134); }

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