Html Css Color HEX #DAC980 Sandwisp

📋 copy color: '#DAC980'

red 218 ◦ green 201 ◦ blue 128

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

Shades of Sandwisp #DAC980

Tints of Sandwisp #DAC980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.4%

R = 39.85%
G = 36.75%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAC980 (or 0xDAC980) is known color: Sandwisp. HEX triplet: DA, C9 and 80. RGB value is (218,201,128). Sum of RGB (Red+Green+Blue) = 218+201+128=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC980 is #25367F. Grayscale: #C6C6C6. Windows color (decimal): -2438784 or 8440282. OLE color: 8440282.

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

Color convert

RGB 218 201 128 -
CMYK 0 0.08 0.41 0.15
HSL 48.67º 0.55% 0.68% -
HSV(B) 48.67º 0.41% 0.85% -
XYZ 53.7 58.24 28.83 -
YUV 197.76 88.63 142.44 -
System Red Green Blue C M Y K H S L
Decimal 218 201 128 0 0.08 0.41 0.15 48.67 0.55 0.68
Hex DA C9 80 0 8 29 F 31 37 44
Octal 332 311 200 0 10 51 17 61 67 104
Binary 11011010 11001001 10000000 0 1000 101001 1111 110001 110111 1000100

Color Harmonies of #DAC980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC980

Black with #DAC980

Text Example


Text Example

White with #DAC980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC980; }

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

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

background-color css

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

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

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

border-color css

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

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

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