#DDD485

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

Shades of Sandwisp #DDD485

Tints of Sandwisp #DDD485

Color information

#DDD485 (or 0xDDD485) is unknown color: approx Sandwisp. HEX triplet: DD, D4 and 85. RGB value is (221,212,133). Sum of RGB (Red+Green+Blue) = 221+212+133=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD485 is #222B7A. Grayscale: #CECECE. Windows color (decimal): -2239355 or 8770781. OLE color: 8770781.

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

Color convert

RGB221212133-
CMYK00.040.400.13
HSL53.86º56.41%69.41%-
HSV(B)53.86º39.82%86.67%-
XYZ57.664.1531.54-
YUV205.6886.98138.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 212 (83.20% from 255) = 37.46%
BLUE value IS 133 (52.34% from 255) = 23.50%
R=39.05%
G=37.46%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121213300.040.400.1353.8656.4169.41
HexDDD4850428D363845
Octal3353242050450156670105
Binary110111011101010010000101010010100011011101101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD485; }

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

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

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

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

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

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

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

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