#DACF8D

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

Shades of Sandwisp #DACF8D

Tints of Sandwisp #DACF8D

Color information

#DACF8D (or 0xDACF8D) is unknown color: approx Sandwisp. HEX triplet: DA, CF and 8D. RGB value is (218,207,141). Sum of RGB (Red+Green+Blue) = 218+207+141=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACF8D is #253072. Grayscale: #CBCBCB. Windows color (decimal): -2437235 or 9293786. OLE color: 9293786.

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

Color convert

RGB218207141-
CMYK00.050.350.15
HSL51.43º50.99%70.39%-
HSV(B)51.43º35.32%85.49%-
XYZ56.0361.4534.11-
YUV202.7693.14138.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 207 (81.25% from 255) = 36.57%
BLUE value IS 141 (55.47% from 255) = 24.91%
R=38.52%
G=36.57%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820714100.050.350.1551.4350.9970.39
HexDACF8D0523F333346
Octal3323172150543176363106
Binary110110101100111110001101010110001111111100111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACF8D; }

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

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

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

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

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

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

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

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