#DACC8B

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

Shades of Sandwisp #DACC8B

Tints of Sandwisp #DACC8B

Color information

#DACC8B (or 0xDACC8B) is unknown color: approx Sandwisp. HEX triplet: DA, CC and 8B. RGB value is (218,204,139). Sum of RGB (Red+Green+Blue) = 218+204+139=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 139 (54.69% from 255 or 24.78% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACC8B is #253374. Grayscale: #C9C9C9. Windows color (decimal): -2438005 or 9161946. OLE color: 9161946.

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

Color convert

RGB218204139-
CMYK00.060.360.15
HSL49.37º51.63%70%-
HSV(B)49.37º36.24%85.49%-
XYZ55.1759.9633.09-
YUV200.7893.14140.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 204 (80.08% from 255) = 36.36%
BLUE value IS 139 (54.69% from 255) = 24.78%
R=38.86%
G=36.36%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820413900.060.360.1549.3751.6370
HexDACC8B0624F313446
Octal3323142130644176164106
Binary110110101100110010001011011010010011111100011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACC8B; }

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

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

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

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

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

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

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

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