#DAC780

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

Shades of Sandwisp #DAC780

Tints of Sandwisp #DAC780

Color information

#DAC780 (or 0xDAC780) is unknown color: approx Sandwisp. HEX triplet: DA, C7 and 80. RGB value is (218,199,128). Sum of RGB (Red+Green+Blue) = 218+199+128=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC780 is #25387F. Grayscale: #C4C4C4. Windows color (decimal): -2439296 or 8439770. OLE color: 8439770.

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

Color convert

RGB218199128-
CMYK00.090.410.15
HSL47.33º54.88%67.84%-
HSV(B)47.33º41.28%85.49%-
XYZ53.2357.3128.68-
YUV196.5989.29143.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 199 (78.12% from 255) = 36.51%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=40%
G=36.51%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819912800.090.410.1547.3354.8867.84
HexDAC7800929F2f3744
Octal33230720001151175767104
Binary1101101011000111100000000100110100111111011111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC780; }

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

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

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

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

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

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

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

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