#DAC984

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

Shades of Sandwisp #DAC984

Tints of Sandwisp #DAC984

Color information

#DAC984 (or 0xDAC984) is unknown color: approx Sandwisp. HEX triplet: DA, C9 and 84. RGB value is (218,201,132). Sum of RGB (Red+Green+Blue) = 218+201+132=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC984 is #25367B. Grayscale: #C6C6C6. Windows color (decimal): -2438780 or 8702426. OLE color: 8702426.

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

Color convert

RGB218201132-
CMYK00.080.390.15
HSL48.14º53.75%68.63%-
HSV(B)48.14º39.45%85.49%-
XYZ53.9658.3430.25-
YUV198.2290.63142.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.56%
GREEN value IS 201 (78.91% from 255) = 36.48%
BLUE value IS 132 (51.95% from 255) = 23.96%
R=39.56%
G=36.48%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820113200.080.390.1548.1453.7568.63
HexDAC9840827F303645
Octal33231120401047176066105
Binary1101101011001001100001000100010011111111100001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC984; }

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

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

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

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

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

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

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

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