Html Css Color HEX #DAC97E Sandwisp

📋 copy color: '#DAC97E'

red 218 ◦ green 201 ◦ blue 126

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

Shades of Sandwisp #DAC97E

Tints of Sandwisp #DAC97E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.88%

 BLUE value IS 126 (49.61% from 255) = 23.12%

R = 40%
G = 36.88%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DAC97E (or 0xDAC97E) is known color: Sandwisp. HEX triplet: DA, C9 and 7E. RGB value is (218,201,126). Sum of RGB (Red+Green+Blue) = 218+201+126=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 126 (49.61% from 255 or 23.12% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC97E is #253681. Grayscale: #C5C5C5. Windows color (decimal): -2438786 or 8309210. OLE color: 8309210.

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

Color convert

RGB 218 201 126 -
CMYK 0 0.08 0.42 0.15
HSL 48.91º 0.55% 0.67% -
HSV(B) 48.91º 0.42% 0.85% -
XYZ 53.57 58.19 28.15 -
YUV 197.53 87.63 142.6 -
System Red Green Blue C M Y K H S L
Decimal 218 201 126 0 0.08 0.42 0.15 48.91 0.55 0.67
Hex DA C9 7E 0 8 2A F 31 37 43
Octal 332 311 176 0 10 52 17 61 67 103
Binary 11011010 11001001 1111110 0 1000 101010 1111 110001 110111 1000011

Color Harmonies of #DAC97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC97E

Black with #DAC97E

Text Example


Text Example

White with #DAC97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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