#DAC880

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

Shades of Sandwisp #DAC880

Tints of Sandwisp #DAC880

Color information

#DAC880 (or 0xDAC880) is unknown color: approx Sandwisp. HEX triplet: DA, C8 and 80. RGB value is (218,200,128). Sum of RGB (Red+Green+Blue) = 218+200+128=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC880 is #25377F. Grayscale: #C5C5C5. Windows color (decimal): -2439040 or 8440026. OLE color: 8440026.

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

Color convert

RGB218200128-
CMYK00.080.410.15
HSL48º54.88%67.84%-
HSV(B)48º41.28%85.49%-
XYZ53.4657.7728.76-
YUV197.1788.96142.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 200 (78.52% from 255) = 36.63%
BLUE value IS 128 (50.39% from 255) = 23.44%
R=39.93%
G=36.63%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820012800.080.410.154854.8867.84
HexDAC8800829F303744
Octal33231020001051176067104
Binary1101101011001000100000000100010100111111100001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC880; }

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

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

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

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

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

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

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

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