#DAD387

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

Shades of Sandwisp #DAD387

Tints of Sandwisp #DAD387

Color information

#DAD387 (or 0xDAD387) is unknown color: approx Sandwisp. HEX triplet: DA, D3 and 87. RGB value is (218,211,135). Sum of RGB (Red+Green+Blue) = 218+211+135=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 135 (53.12% from 255 or 23.94% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD387 is #252C78. Grayscale: #CCCCCC. Windows color (decimal): -2436217 or 8901594. OLE color: 8901594.

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

Color convert

RGB218211135-
CMYK00.030.380.15
HSL54.94º52.87%69.22%-
HSV(B)54.94º38.07%85.49%-
XYZ56.5863.2432.15-
YUV204.4388.82137.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 211 (82.81% from 255) = 37.41%
BLUE value IS 135 (53.12% from 255) = 23.94%
R=38.65%
G=37.41%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821113500.030.380.1554.9452.8769.22
HexDAD3870326F373545
Octal3323232070346176765105
Binary11011010110100111000011101110011011111101111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD387; }

 p { color: rgb(218,211,135); }

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

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

 a { background-color: rgb(218,211,135); }

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

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

 span { border-color: rgb(218,211,135); }

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