#DACB7F

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

Shades of Sandwisp #DACB7F

Tints of Sandwisp #DACB7F

Color information

#DACB7F (or 0xDACB7F) is unknown color: approx Sandwisp. HEX triplet: DA, CB and 7F. RGB value is (218,203,127). Sum of RGB (Red+Green+Blue) = 218+203+127=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 127 (50% from 255 or 23.18% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB7F is #253480. Grayscale: #C7C7C7. Windows color (decimal): -2438273 or 8375258. OLE color: 8375258.

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

Color convert

RGB218203127-
CMYK00.070.420.15
HSL50.11º55.15%67.65%-
HSV(B)50.11º41.74%85.49%-
XYZ54.159.1528.64-
YUV198.8287.47141.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.78%
GREEN value IS 203 (79.69% from 255) = 37.04%
BLUE value IS 127 (50% from 255) = 23.18%
R=39.78%
G=37.04%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820312700.070.420.1550.1155.1567.65
HexDACB7F072AF323744
Octal3323131770752176267104
Binary11011010110010111111111011110101011111100101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACB7F; }

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

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

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

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

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

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

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

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