#DAD482

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

Shades of Sandwisp #DAD482

Tints of Sandwisp #DAD482

Color information

#DAD482 (or 0xDAD482) is unknown color: approx Sandwisp. HEX triplet: DA, D4 and 82. RGB value is (218,212,130). Sum of RGB (Red+Green+Blue) = 218+212+130=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD482 is #252B7D. Grayscale: #CCCCCC. Windows color (decimal): -2435966 or 8574170. OLE color: 8574170.

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

Color convert

RGB218212130-
CMYK00.030.400.15
HSL55.91º54.32%68.24%-
HSV(B)55.91º40.37%85.49%-
XYZ56.4963.630.42-
YUV204.4585.99137.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 212 (83.20% from 255) = 37.86%
BLUE value IS 130 (51.17% from 255) = 23.21%
R=38.93%
G=37.86%
B=23.21%

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
Decimal21821213000.030.400.1555.9154.3268.24
HexDAD4820328F383644
Octal3323242020350177066104
Binary11011010110101001000001001110100011111110001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD482; }

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

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

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

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

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

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

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

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