#DAC88B

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

Shades of Sandwisp #DAC88B

Tints of Sandwisp #DAC88B

Color information

#DAC88B (or 0xDAC88B) is unknown color: approx Sandwisp. HEX triplet: DA, C8 and 8B. RGB value is (218,200,139). Sum of RGB (Red+Green+Blue) = 218+200+139=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC88B is #253774. Grayscale: #C6C6C6. Windows color (decimal): -2439029 or 9160922. OLE color: 9160922.

HSL color Cylindrical-coordinate representation of color #DAC88B: hue angle of 46.33º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAC88B is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB218200139-
CMYK00.080.360.15
HSL46.33º51.63%70%-
HSV(B)46.33º36.24%85.49%-
XYZ54.2358.0832.78-
YUV198.4394.46141.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 200 (78.52% from 255) = 35.91%
BLUE value IS 139 (54.69% from 255) = 24.96%
R=39.14%
G=35.91%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820013900.080.360.1546.3351.6370
HexDAC88B0824F2e3446
Octal33231021301044175664106
Binary1101101011001000100010110100010010011111011101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC88B; }

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

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

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

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

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

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

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

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