Html Css Color HEX #DAD582 Sandwisp

📋 copy color: '#DAD582'

red 218 ◦ green 213 ◦ blue 130

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

Shades of Sandwisp #DAD582

Tints of Sandwisp #DAD582

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.97%

 BLUE value IS 130 (51.17% from 255) = 23.17%

R = 38.86%
G = 37.97%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DAD582 (or 0xDAD582) is known color: Sandwisp. HEX triplet: DA, D5 and 82. RGB value is (218,213,130). Sum of RGB (Red+Green+Blue) = 218+213+130=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD582 is #252A7D. Grayscale: #CDCDCD. Windows color (decimal): -2435710 or 8574426. OLE color: 8574426.

HSL color Cylindrical-coordinate representation of color #DAD582: hue angle of 56.59º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAD582 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 213 130 -
CMYK 0 0.02 0.40 0.15
HSL 56.59º 0.54% 0.68% -
HSV(B) 56.59º 0.4% 0.85% -
XYZ 56.74 64.11 30.5 -
YUV 205.03 85.66 137.25 -
System Red Green Blue C M Y K H S L
Decimal 218 213 130 0 0.02 0.40 0.15 56.59 0.54 0.68
Hex DA D5 82 0 2 28 F 39 36 44
Octal 332 325 202 0 2 50 17 71 66 104
Binary 11011010 11010101 10000010 0 10 101000 1111 111001 110110 1000100

Color Harmonies of #DAD582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD582

Black with #DAD582

Text Example


Text Example

White with #DAD582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD582; }

 p { color: rgb(218,213,130); }

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

background-color css

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

 a { background-color: rgb(218,213,130); }

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

border-color css

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

 span { border-color: rgb(218,213,130); }

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