#DACF8A

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

Shades of Sandwisp #DACF8A

Tints of Sandwisp #DACF8A

Color information

#DACF8A (or 0xDACF8A) is unknown color: approx Sandwisp. HEX triplet: DA, CF and 8A. RGB value is (218,207,138). Sum of RGB (Red+Green+Blue) = 218+207+138=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACF8A is #253075. Grayscale: #CACACA. Windows color (decimal): -2437238 or 9097178. OLE color: 9097178.

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

Color convert

RGB218207138-
CMYK00.050.370.15
HSL51.75º51.95%69.8%-
HSV(B)51.75º36.7%85.49%-
XYZ55.8161.3732.95-
YUV202.4291.64139.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 207 (81.25% from 255) = 36.77%
BLUE value IS 138 (54.30% from 255) = 24.51%
R=38.72%
G=36.77%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820713800.050.370.1551.7551.9569.8
HexDACF8A0525F343446
Octal3323172120545176464106
Binary110110101100111110001010010110010111111101001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACF8A; }

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

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

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

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

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

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

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

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