Html Css Color HEX #DAD082 Sandwisp

📋 copy color: '#DAD082'

red 218 ◦ green 208 ◦ blue 130

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

Shades of Sandwisp #DAD082

Tints of Sandwisp #DAD082

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.41%

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

R = 39.21%
G = 37.41%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DAD082 (or 0xDAD082) is known color: Sandwisp. HEX triplet: DA, D0 and 82. RGB value is (218,208,130). Sum of RGB (Red+Green+Blue) = 218+208+130=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 130 (51.17% from 255 or 23.38% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD082 is #252F7D. Grayscale: #CACACA. Windows color (decimal): -2436990 or 8573146. OLE color: 8573146.

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

Color convert

RGB 218 208 130 -
CMYK 0 0.05 0.40 0.15
HSL 53.18º 0.54% 0.68% -
HSV(B) 53.18º 0.4% 0.85% -
XYZ 55.5 61.63 30.09 -
YUV 202.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 218 208 130 0 0.05 0.40 0.15 53.18 0.54 0.68
Hex DA D0 82 0 5 28 F 35 36 44
Octal 332 320 202 0 5 50 17 65 66 104
Binary 11011010 11010000 10000010 0 101 101000 1111 110101 110110 1000100

Color Harmonies of #DAD082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD082

Black with #DAD082

Text Example


Text Example

White with #DAD082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD082; }

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

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

background-color css

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

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

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

border-color css

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

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

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