#DACF7D

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

Shades of Sandwisp #DACF7D

Tints of Sandwisp #DACF7D

Color information

#DACF7D (or 0xDACF7D) is unknown color: approx Sandwisp. HEX triplet: DA, CF and 7D. RGB value is (218,207,125). Sum of RGB (Red+Green+Blue) = 218+207+125=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF7D is #253082. Grayscale: #C9C9C9. Windows color (decimal): -2437251 or 8245210. OLE color: 8245210.

HSL color Cylindrical-coordinate representation of color #DACF7D: hue angle of 52.9º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DACF7D is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB218207125-
CMYK00.050.430.15
HSL52.9º55.69%67.25%-
HSV(B)52.9º42.66%85.49%-
XYZ54.9361.0128.28-
YUV200.9485.14140.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.64%
GREEN value IS 207 (81.25% from 255) = 37.64%
BLUE value IS 125 (49.22% from 255) = 22.73%
R=39.64%
G=37.64%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820712500.050.430.1552.955.6967.25
HexDACF7D052BF353843
Octal3323171750553176570103
Binary11011010110011111111101010110101111111101011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACF7D; }

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

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

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

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

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

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

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

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