#DAD382

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

Shades of Sandwisp #DAD382

Tints of Sandwisp #DAD382

Color information

#DAD382 (or 0xDAD382) is unknown color: approx Sandwisp. HEX triplet: DA, D3 and 82. RGB value is (218,211,130). Sum of RGB (Red+Green+Blue) = 218+211+130=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD382 is #252C7D. Grayscale: #CCCCCC. Windows color (decimal): -2436222 or 8573914. OLE color: 8573914.

HSL color Cylindrical-coordinate representation of color #DAD382: hue angle of 55.23º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAD382 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB218211130-
CMYK00.030.400.15
HSL55.23º54.32%68.24%-
HSV(B)55.23º40.37%85.49%-
XYZ56.2463.1130.34-
YUV203.8686.32138.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 211 (82.81% from 255) = 37.75%
BLUE value IS 130 (51.17% from 255) = 23.26%
R=39.00%
G=37.75%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821113000.030.400.1555.2354.3268.24
HexDAD3820328F373644
Octal3323232020350176766104
Binary11011010110100111000001001110100011111101111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD382; }

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

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

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

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

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

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

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

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