#DAD485

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

Shades of Sandwisp #DAD485

Tints of Sandwisp #DAD485

Color information

#DAD485 (or 0xDAD485) is unknown color: approx Sandwisp. HEX triplet: DA, D4 and 85. RGB value is (218,212,133). Sum of RGB (Red+Green+Blue) = 218+212+133=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD485 is #252B7A. Grayscale: #CDCDCD. Windows color (decimal): -2435963 or 8770778. OLE color: 8770778.

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

Color convert

RGB218212133-
CMYK00.030.390.15
HSL55.76º53.46%68.82%-
HSV(B)55.76º38.99%85.49%-
XYZ56.6963.6931.49-
YUV204.7987.49137.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 212 (83.20% from 255) = 37.66%
BLUE value IS 133 (52.34% from 255) = 23.62%
R=38.72%
G=37.66%
B=23.62%

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
Decimal21821213300.030.390.1555.7653.4668.82
HexDAD4850327F383545
Octal3323242050347177065105
Binary11011010110101001000010101110011111111110001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD485; }

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

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

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

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

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

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

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

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