#DDD084

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

Shades of Sandwisp #DDD084

Tints of Sandwisp #DDD084

Color information

#DDD084 (or 0xDDD084) is unknown color: approx Sandwisp. HEX triplet: DD, D0 and 84. RGB value is (221,208,132). Sum of RGB (Red+Green+Blue) = 221+208+132=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD084 is #222F7B. Grayscale: #CBCBCB. Windows color (decimal): -2240380 or 8704221. OLE color: 8704221.

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

Color convert

RGB221208132-
CMYK00.060.400.13
HSL51.24º56.69%69.22%-
HSV(B)51.24º40.27%86.67%-
XYZ56.5462.1530.85-
YUV203.2287.81140.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 208 (81.64% from 255) = 37.08%
BLUE value IS 132 (51.95% from 255) = 23.53%
R=39.39%
G=37.08%
B=23.53%

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
Decimal22120813200.060.400.1351.2456.6969.22
HexDDD0840628D333945
Octal3353202040650156371105
Binary110111011101000010000100011010100011011100111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD084; }

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

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

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

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

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

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

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

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