#DAD584

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

Shades of Sandwisp #DAD584

Tints of Sandwisp #DAD584

Color information

#DAD584 (or 0xDAD584) is unknown color: approx Sandwisp. HEX triplet: DA, D5 and 84. RGB value is (218,213,132). Sum of RGB (Red+Green+Blue) = 218+213+132=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 132 (51.95% from 255 or 23.45% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD584 is #252A7B. Grayscale: #CDCDCD. Windows color (decimal): -2435708 or 8705498. OLE color: 8705498.

HSL color Cylindrical-coordinate representation of color #DAD584: hue angle of 56.51º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAD584 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218213132-
CMYK00.020.390.15
HSL56.51º53.75%68.63%-
HSV(B)56.51º39.45%85.49%-
XYZ56.8764.1631.22-
YUV205.2686.66137.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 213 (83.59% from 255) = 37.83%
BLUE value IS 132 (51.95% from 255) = 23.45%
R=38.72%
G=37.83%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821313200.020.390.1556.5153.7568.63
HexDAD5840227F393645
Octal3323252040247177166105
Binary11011010110101011000010001010011111111110011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD584; }

 p { color: rgb(218,213,132); }

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

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

 a { background-color: rgb(218,213,132); }

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

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

 span { border-color: rgb(218,213,132); }

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