#DACB8D

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

Shades of Sandwisp #DACB8D

Tints of Sandwisp #DACB8D

Color information

#DACB8D (or 0xDACB8D) is unknown color: approx Sandwisp. HEX triplet: DA, CB and 8D. RGB value is (218,203,141). Sum of RGB (Red+Green+Blue) = 218+203+141=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACB8D is #253472. Grayscale: #C8C8C8. Windows color (decimal): -2438259 or 9292762. OLE color: 9292762.

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

Color convert

RGB218203141-
CMYK00.070.350.15
HSL48.31º50.99%70.39%-
HSV(B)48.31º35.32%85.49%-
XYZ55.0859.5433.79-
YUV200.4294.47140.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 141 (55.47% from 255) = 25.09%
R=38.79%
G=36.12%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820314100.070.350.1548.3150.9970.39
HexDACB8D0723F303346
Octal3323132150743176063106
Binary110110101100101110001101011110001111111100001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACB8D; }

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

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

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

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

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

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

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

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