#DAC97F

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

Shades of Sandwisp #DAC97F

Tints of Sandwisp #DAC97F

Color information

#DAC97F (or 0xDAC97F) is unknown color: approx Sandwisp. HEX triplet: DA, C9 and 7F. RGB value is (218,201,127). Sum of RGB (Red+Green+Blue) = 218+201+127=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC97F is #253680. Grayscale: #C5C5C5. Windows color (decimal): -2438785 or 8374746. OLE color: 8374746.

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

Color convert

RGB218201127-
CMYK00.080.420.15
HSL48.79º55.15%67.65%-
HSV(B)48.79º41.74%85.49%-
XYZ53.6358.2128.49-
YUV197.6588.13142.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 201 (78.91% from 255) = 36.81%
BLUE value IS 127 (50% from 255) = 23.26%
R=39.93%
G=36.81%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820112700.080.420.1548.7955.1567.65
HexDAC97F082AF313744
Octal33231117701052176167104
Binary110110101100100111111110100010101011111100011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC97F; }

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

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

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

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

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

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

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

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