#DDC985

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

Shades of Sandwisp #DDC985

Tints of Sandwisp #DDC985

Color information

#DDC985 (or 0xDDC985) is unknown color: approx Sandwisp. HEX triplet: DD, C9 and 85. RGB value is (221,201,133). Sum of RGB (Red+Green+Blue) = 221+201+133=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC985 is #22367A. Grayscale: #C7C7C7. Windows color (decimal): -2242171 or 8767965. OLE color: 8767965.

HSL color Cylindrical-coordinate representation of color #DDC985: hue angle of 46.36º degrees, saturation: 0.56, 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 #DDC985 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221201133-
CMYK00.090.400.13
HSL46.36º56.41%69.41%-
HSV(B)46.36º39.82%86.67%-
XYZ54.9458.8430.65-
YUV199.2390.63143.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 201 (78.91% from 255) = 36.22%
BLUE value IS 133 (52.34% from 255) = 23.96%
R=39.82%
G=36.22%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120113300.090.400.1346.3656.4169.41
HexDDC9850928D2e3845
Octal33531120501150155670105
Binary1101110111001001100001010100110100011011011101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC985; }

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

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

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

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

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

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

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

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