#DAD180

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

Shades of Sandwisp #DAD180

Tints of Sandwisp #DAD180

Color information

#DAD180 (or 0xDAD180) is unknown color: approx Sandwisp. HEX triplet: DA, D1 and 80. RGB value is (218,209,128). Sum of RGB (Red+Green+Blue) = 218+209+128=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD180 is #252E7F. Grayscale: #CACACA. Windows color (decimal): -2436736 or 8442330. OLE color: 8442330.

HSL color Cylindrical-coordinate representation of color #DAD180: hue angle of 54º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAD180 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB218209128-
CMYK00.040.410.15
HSL54º54.88%67.84%-
HSV(B)54º41.28%85.49%-
XYZ55.6162.0629.47-
YUV202.4685.98139.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.28%
GREEN value IS 209 (82.03% from 255) = 37.66%
BLUE value IS 128 (50.39% from 255) = 23.06%
R=39.28%
G=37.66%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820912800.040.410.155454.8867.84
HexDAD1800429F363744
Octal3323212000451176667104
Binary110110101101000110000000010010100111111101101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD180; }

 p { color: rgb(218,209,128); }

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

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

 a { background-color: rgb(218,209,128); }

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

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

 span { border-color: rgb(218,209,128); }

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