#DAD486

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

Shades of Sandwisp #DAD486

Tints of Sandwisp #DAD486

Color information

#DAD486 (or 0xDAD486) is unknown color: approx Sandwisp. HEX triplet: DA, D4 and 86. RGB value is (218,212,134). Sum of RGB (Red+Green+Blue) = 218+212+134=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 134 (52.73% from 255 or 23.76% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD486 is #252B79. Grayscale: #CDCDCD. Windows color (decimal): -2435962 or 8836314. OLE color: 8836314.

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

Color convert

RGB218212134-
CMYK00.030.390.15
HSL55.71º53.16%69.02%-
HSV(B)55.71º38.53%85.49%-
XYZ56.7663.7131.86-
YUV204.987.99137.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 212 (83.20% from 255) = 37.59%
BLUE value IS 134 (52.73% from 255) = 23.76%
R=38.65%
G=37.59%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821213400.030.390.1555.7153.1669.02
HexDAD4860327F383545
Octal3323242060347177065105
Binary11011010110101001000011001110011111111110001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD486; }

 p { color: rgb(218,212,134); }

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

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

 a { background-color: rgb(218,212,134); }

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

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

 span { border-color: rgb(218,212,134); }

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