Html Css Color HEX #DAD481 Sandwisp

📋 copy color: '#DAD481'

red 218 ◦ green 212 ◦ blue 129

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

Shades of Sandwisp #DAD481

Tints of Sandwisp #DAD481

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.92%

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

R = 39%
G = 37.92%
B = 23.08%

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

#DAD481 (or 0xDAD481) is known color: Sandwisp. HEX triplet: DA, D4 and 81. RGB value is (218,212,129). Sum of RGB (Red+Green+Blue) = 218+212+129=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD481 is #252B7E. Grayscale: #CCCCCC. Windows color (decimal): -2435967 or 8508634. OLE color: 8508634.

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

Color convert

RGB 218 212 129 -
CMYK 0 0.03 0.41 0.15
HSL 55.96º 0.55% 0.68% -
HSV(B) 55.96º 0.41% 0.85% -
XYZ 56.42 63.58 30.07 -
YUV 204.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 218 212 129 0 0.03 0.41 0.15 55.96 0.55 0.68
Hex DA D4 81 0 3 29 F 38 37 44
Octal 332 324 201 0 3 51 17 70 67 104
Binary 11011010 11010100 10000001 0 11 101001 1111 111000 110111 1000100

Color Harmonies of #DAD481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD481

Black with #DAD481

Text Example


Text Example

White with #DAD481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD481; }

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

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

background-color css

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

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

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

border-color css

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

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

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