#DAD17E

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

Shades of Sandwisp #DAD17E

Tints of Sandwisp #DAD17E

Color information

#DAD17E (or 0xDAD17E) is unknown color: approx Sandwisp. HEX triplet: DA, D1 and 7E. RGB value is (218,209,126). Sum of RGB (Red+Green+Blue) = 218+209+126=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD17E is #252E81. Grayscale: #CACACA. Windows color (decimal): -2436738 or 8311258. OLE color: 8311258.

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

Color convert

RGB218209126-
CMYK00.040.420.15
HSL54.13º55.42%67.45%-
HSV(B)54.13º42.2%85.49%-
XYZ55.4862.0128.78-
YUV202.2384.98139.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 209 (82.03% from 255) = 37.79%
BLUE value IS 126 (49.61% from 255) = 22.78%
R=39.42%
G=37.79%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820912600.040.420.1554.1355.4267.45
HexDAD17E042AF363743
Octal3323211760452176667103
Binary11011010110100011111110010010101011111101101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD17E; }

 p { color: rgb(218,209,126); }

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

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

 a { background-color: rgb(218,209,126); }

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

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

 span { border-color: rgb(218,209,126); }

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