#DDD085

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

Shades of Sandwisp #DDD085

Tints of Sandwisp #DDD085

Color information

#DDD085 (or 0xDDD085) is unknown color: approx Sandwisp. HEX triplet: DD, D0 and 85. RGB value is (221,208,133). Sum of RGB (Red+Green+Blue) = 221+208+133=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD085 is #222F7A. Grayscale: #CBCBCB. Windows color (decimal): -2240379 or 8769757. OLE color: 8769757.

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

Color convert

RGB221208133-
CMYK00.060.400.13
HSL51.14º56.41%69.41%-
HSV(B)51.14º39.82%86.67%-
XYZ56.6162.1831.21-
YUV203.3488.31140.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 208 (81.64% from 255) = 37.01%
BLUE value IS 133 (52.34% from 255) = 23.67%
R=39.32%
G=37.01%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120813300.060.400.1351.1456.4169.41
HexDDD0850628D333845
Octal3353202050650156370105
Binary110111011101000010000101011010100011011100111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD085; }

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

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

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

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

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

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

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

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