#DAD380

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

Shades of Sandwisp #DAD380

Tints of Sandwisp #DAD380

Color information

#DAD380 (or 0xDAD380) is unknown color: approx Sandwisp. HEX triplet: DA, D3 and 80. RGB value is (218,211,128). Sum of RGB (Red+Green+Blue) = 218+211+128=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD380 is #252C7F. Grayscale: #CBCBCB. Windows color (decimal): -2436224 or 8442842. OLE color: 8442842.

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

Color convert

RGB218211128-
CMYK00.030.410.15
HSL55.33º54.88%67.84%-
HSV(B)55.33º41.28%85.49%-
XYZ56.163.0529.64-
YUV203.6385.32138.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 211 (82.81% from 255) = 37.88%
BLUE value IS 128 (50.39% from 255) = 22.98%
R=39.14%
G=37.88%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821112800.030.410.1555.3354.8867.84
HexDAD3800329F373744
Octal3323232000351176767104
Binary11011010110100111000000001110100111111101111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD380; }

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

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

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

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

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

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

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

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