Html Css Color HEX #DAD380 Sandwisp

📋 copy color: '#DAD380'

red 218 ◦ green 211 ◦ blue 128

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

Shades of Sandwisp #DAD380

Tints of Sandwisp #DAD380

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.88%

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

R = 39.14%
G = 37.88%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAD380 (or 0xDAD380) is known color: Sandwisp. HEX triplet: DA, D3 and 80. RGB value is (218,211,128). Sum of RGB (Red+Green+Blue) = 218+211+128=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD380 is #252C7F. Grayscale: #CBCBCB. Windows color (decimal): -2436224 or 8442842. OLE color: 8442842.

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

Color convert

RGB 218 211 128 -
CMYK 0 0.03 0.41 0.15
HSL 55.33º 0.55% 0.68% -
HSV(B) 55.33º 0.41% 0.85% -
XYZ 56.1 63.05 29.64 -
YUV 203.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 218 211 128 0 0.03 0.41 0.15 55.33 0.55 0.68
Hex DA D3 80 0 3 29 F 37 37 44
Octal 332 323 200 0 3 51 17 67 67 104
Binary 11011010 11010011 10000000 0 11 101001 1111 110111 110111 1000100

Color Harmonies of #DAD380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD380

Black with #DAD380

Text Example


Text Example

White with #DAD380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD380; }

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

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

background-color css

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

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

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

border-color css

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

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

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