#DAD080

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

Shades of Sandwisp #DAD080

Tints of Sandwisp #DAD080

Color information

#DAD080 (or 0xDAD080) is unknown color: approx Sandwisp. HEX triplet: DA, D0 and 80. RGB value is (218,208,128). Sum of RGB (Red+Green+Blue) = 218+208+128=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD080 is #252F7F. Grayscale: #CACACA. Windows color (decimal): -2436992 or 8442074. OLE color: 8442074.

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

Color convert

RGB218208128-
CMYK00.050.410.15
HSL53.33º54.88%67.84%-
HSV(B)53.33º41.28%85.49%-
XYZ55.3761.5829.39-
YUV201.8786.31139.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 208 (81.64% from 255) = 37.55%
BLUE value IS 128 (50.39% from 255) = 23.10%
R=39.35%
G=37.55%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820812800.050.410.1553.3354.8867.84
HexDAD0800529F353744
Octal3323202000551176567104
Binary110110101101000010000000010110100111111101011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD080; }

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

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

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

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

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

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

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

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