#DACF7F

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

Shades of Sandwisp #DACF7F

Tints of Sandwisp #DACF7F

Color information

#DACF7F (or 0xDACF7F) is unknown color: approx Sandwisp. HEX triplet: DA, CF and 7F. RGB value is (218,207,127). Sum of RGB (Red+Green+Blue) = 218+207+127=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 127 (50% from 255 or 23.01% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF7F is #253080. Grayscale: #C9C9C9. Windows color (decimal): -2437249 or 8376282. OLE color: 8376282.

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

Color convert

RGB218207127-
CMYK00.050.420.15
HSL52.75º55.15%67.65%-
HSV(B)52.75º41.74%85.49%-
XYZ55.0661.0628.96-
YUV201.1786.14140-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 207 (81.25% from 255) = 37.5%
BLUE value IS 127 (50% from 255) = 23.01%
R=39.49%
G=37.5%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820712700.050.420.1552.7555.1567.65
HexDACF7F052AF353744
Octal3323171770552176567104
Binary11011010110011111111111010110101011111101011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACF7F; }

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

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

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

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

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

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

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

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