Html Css Color HEX #DAD381 Sandwisp

📋 copy color: '#DAD381'

red 218 ◦ green 211 ◦ blue 129

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

Shades of Sandwisp #DAD381

Tints of Sandwisp #DAD381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.12%

R = 39.07%
G = 37.81%
B = 23.12%

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

#DAD381 (or 0xDAD381) is known color: Sandwisp. HEX triplet: DA, D3 and 81. RGB value is (218,211,129). Sum of RGB (Red+Green+Blue) = 218+211+129=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 129 (50.78% from 255 or 23.12% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD381 is #252C7E. Grayscale: #CCCCCC. Windows color (decimal): -2436223 or 8508378. OLE color: 8508378.

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

Color convert

RGB 218 211 129 -
CMYK 0 0.03 0.41 0.15
HSL 55.28º 0.55% 0.68% -
HSV(B) 55.28º 0.41% 0.85% -
XYZ 56.17 63.08 29.98 -
YUV 203.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 218 211 129 0 0.03 0.41 0.15 55.28 0.55 0.68
Hex DA D3 81 0 3 29 F 37 37 44
Octal 332 323 201 0 3 51 17 67 67 104
Binary 11011010 11010011 10000001 0 11 101001 1111 110111 110111 1000100

Color Harmonies of #DAD381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD381

Black with #DAD381

Text Example


Text Example

White with #DAD381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD381; }

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

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

background-color css

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

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

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

border-color css

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

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

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