Html Css Color HEX #DAD180 Sandwisp

📋 copy color: '#DAD180'

red 218 ◦ green 209 ◦ blue 128

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

Shades of Sandwisp #DAD180

Tints of Sandwisp #DAD180

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.66%

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

R = 39.28%
G = 37.66%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAD180 (or 0xDAD180) is known color: Sandwisp. HEX triplet: DA, D1 and 80. RGB value is (218,209,128). Sum of RGB (Red+Green+Blue) = 218+209+128=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD180 is #252E7F. Grayscale: #CACACA. Windows color (decimal): -2436736 or 8442330. OLE color: 8442330.

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

Color convert

RGB 218 209 128 -
CMYK 0 0.04 0.41 0.15
HSL 54º 0.55% 0.68% -
HSV(B) 54º 0.41% 0.85% -
XYZ 55.61 62.06 29.47 -
YUV 202.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 218 209 128 0 0.04 0.41 0.15 54 0.55 0.68
Hex DA D1 80 0 4 29 F 36 37 44
Octal 332 321 200 0 4 51 17 66 67 104
Binary 11011010 11010001 10000000 0 100 101001 1111 110110 110111 1000100

Color Harmonies of #DAD180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD180

Black with #DAD180

Text Example


Text Example

White with #DAD180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD180; }

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

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

background-color css

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

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

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

border-color css

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

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

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