Html Css Color HEX #DAC57F Sandwisp

📋 copy color: '#DAC57F'

red 218 ◦ green 197 ◦ blue 127

#DAC57F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandwisp #DAC57F

Tints of Sandwisp #DAC57F

RGB

 RED value IS 218 (85.55% from 255) = 40.22%

 GREEN value IS 197 (77.34% from 255) = 36.35%

 BLUE value IS 127 (50% from 255) = 23.43%

R = 40.22%
G = 36.35%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DAC57F (or 0xDAC57F) is known color: Sandwisp. HEX triplet: DA, C5 and 7F. RGB value is (218,197,127). Sum of RGB (Red+Green+Blue) = 218+197+127=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC57F is #253A80. Grayscale: #C3C3C3. Windows color (decimal): -2439809 or 8373722. OLE color: 8373722.

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

Color convert

RGB 218 197 127 -
CMYK 0 0.10 0.42 0.15
HSL 46.15º 0.55% 0.68% -
HSV(B) 46.15º 0.42% 0.85% -
XYZ 52.71 56.37 28.18 -
YUV 195.3 89.46 144.19 -
System Red Green Blue C M Y K H S L
Decimal 218 197 127 0 0.10 0.42 0.15 46.15 0.55 0.68
Hex DA C5 7F 0 A 2A F 2E 37 44
Octal 332 305 177 0 12 52 17 56 67 104
Binary 11011010 11000101 1111111 0 1010 101010 1111 101110 110111 1000100

Color Harmonies of #DAC57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC57F

Black with #DAC57F

Text Example


Text Example

White with #DAC57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC57F; }

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

 H1.HeaderClassName
 {
   color: #DAC57F;
 }
 .AnyTagClassName
 {
   color: #DAC57F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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