Html Css Color HEX #DAD387 Sandwisp

📋 copy color: '#DAD387'

red 218 ◦ green 211 ◦ blue 135

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

Shades of Sandwisp #DAD387

Tints of Sandwisp #DAD387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 23.94%

R = 38.65%
G = 37.41%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DAD387 (or 0xDAD387) is known color: Sandwisp. HEX triplet: DA, D3 and 87. RGB value is (218,211,135). Sum of RGB (Red+Green+Blue) = 218+211+135=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 135 (53.12% from 255 or 23.94% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD387 is #252C78. Grayscale: #CCCCCC. Windows color (decimal): -2436217 or 8901594. OLE color: 8901594.

HSL color Cylindrical-coordinate representation of color #DAD387: hue angle of 54.94º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAD387 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 211 135 -
CMYK 0 0.03 0.38 0.15
HSL 54.94º 0.53% 0.69% -
HSV(B) 54.94º 0.38% 0.85% -
XYZ 56.58 63.24 32.15 -
YUV 204.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 218 211 135 0 0.03 0.38 0.15 54.94 0.53 0.69
Hex DA D3 87 0 3 26 F 37 35 45
Octal 332 323 207 0 3 46 17 67 65 105
Binary 11011010 11010011 10000111 0 11 100110 1111 110111 110101 1000101

Color Harmonies of #DAD387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD387

Black with #DAD387

Text Example


Text Example

White with #DAD387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD387; }

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

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

background-color css

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

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

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

border-color css

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

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

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