#DAD085

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

Shades of Sandwisp #DAD085

Tints of Sandwisp #DAD085

Color information

#DAD085 (or 0xDAD085) is unknown color: approx Sandwisp. HEX triplet: DA, D0 and 85. RGB value is (218,208,133). Sum of RGB (Red+Green+Blue) = 218+208+133=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD085 is #252F7A. Grayscale: #CACACA. Windows color (decimal): -2436987 or 8769754. OLE color: 8769754.

HSL color Cylindrical-coordinate representation of color #DAD085: hue angle of 52.94º 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 #DAD085 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218208133-
CMYK00.050.390.15
HSL52.94º53.46%68.82%-
HSV(B)52.94º38.99%85.49%-
XYZ55.761.7131.17-
YUV202.4488.81139.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 208 (81.64% from 255) = 37.21%
BLUE value IS 133 (52.34% from 255) = 23.79%
R=39.00%
G=37.21%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820813300.050.390.1552.9453.4668.82
HexDAD0850527F353545
Octal3323202050547176565105
Binary110110101101000010000101010110011111111101011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD085; }

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

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

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

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

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

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

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

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