#DACB8A

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

Shades of Sandwisp #DACB8A

Tints of Sandwisp #DACB8A

Color information

#DACB8A (or 0xDACB8A) is unknown color: approx Sandwisp. HEX triplet: DA, CB and 8A. RGB value is (218,203,138). Sum of RGB (Red+Green+Blue) = 218+203+138=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACB8A is #253475. Grayscale: #C8C8C8. Windows color (decimal): -2438262 or 9096154. OLE color: 9096154.

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

Color convert

RGB218203138-
CMYK00.070.370.15
HSL48.75º51.95%69.8%-
HSV(B)48.75º36.7%85.49%-
XYZ54.8659.4532.63-
YUV200.0892.97140.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 203 (79.69% from 255) = 36.31%
BLUE value IS 138 (54.30% from 255) = 24.69%
R=39.00%
G=36.31%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820313800.070.370.1548.7551.9569.8
HexDACB8A0725F313446
Octal3323132120745176164106
Binary110110101100101110001010011110010111111100011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACB8A; }

 p { color: rgb(218,203,138); }

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

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

 a { background-color: rgb(218,203,138); }

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

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

 span { border-color: rgb(218,203,138); }

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