Html Css Color HEX #DAD289 Sandwisp

📋 copy color: '#DAD289'

red 218 ◦ green 210 ◦ blue 137

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

Shades of Sandwisp #DAD289

Tints of Sandwisp #DAD289

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.17%

 BLUE value IS 137 (53.91% from 255) = 24.25%

R = 38.58%
G = 37.17%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DAD289 (or 0xDAD289) is known color: Sandwisp. HEX triplet: DA, D2 and 89. RGB value is (218,210,137). Sum of RGB (Red+Green+Blue) = 218+210+137=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 137 (53.91% from 255 or 24.25% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD289 is #252D76. Grayscale: #CCCCCC. Windows color (decimal): -2436471 or 9032410. OLE color: 9032410.

HSL color Cylindrical-coordinate representation of color #DAD289: hue angle of 54.07º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAD289 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 210 137 -
CMYK 0 0.04 0.37 0.15
HSL 54.07º 0.52% 0.7% -
HSV(B) 54.07º 0.37% 0.85% -
XYZ 56.48 62.8 32.81 -
YUV 204.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 218 210 137 0 0.04 0.37 0.15 54.07 0.52 0.7
Hex DA D2 89 0 4 25 F 36 34 46
Octal 332 322 211 0 4 45 17 66 64 106
Binary 11011010 11010010 10001001 0 100 100101 1111 110110 110100 1000110

Color Harmonies of #DAD289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD289

Black with #DAD289

Text Example


Text Example

White with #DAD289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD289; }

 p { color: rgb(218,210,137); }

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

background-color css

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

 a { background-color: rgb(218,210,137); }

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

border-color css

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

 span { border-color: rgb(218,210,137); }

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