#DAD285

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

Shades of Sandwisp #DAD285

Tints of Sandwisp #DAD285

Color information

#DAD285 (or 0xDAD285) is unknown color: approx Sandwisp. HEX triplet: DA, D2 and 85. RGB value is (218,210,133). Sum of RGB (Red+Green+Blue) = 218+210+133=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD285 is #252D7A. Grayscale: #CBCBCB. Windows color (decimal): -2436475 or 8770266. OLE color: 8770266.

HSL color Cylindrical-coordinate representation of color #DAD285: hue angle of 54.35º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAD285 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218210133-
CMYK00.040.390.15
HSL54.35º53.46%68.82%-
HSV(B)54.35º38.99%85.49%-
XYZ56.1962.6931.33-
YUV203.6188.15138.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 210 (82.42% from 255) = 37.43%
BLUE value IS 133 (52.34% from 255) = 23.71%
R=38.86%
G=37.43%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821013300.040.390.1554.3553.4668.82
HexDAD2850427F363545
Octal3323222050447176665105
Binary110110101101001010000101010010011111111101101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD285; }

 p { color: rgb(218,210,133); }

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

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

 a { background-color: rgb(218,210,133); }

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

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

 span { border-color: rgb(218,210,133); }

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