Html Css Color HEX #DAC785 Sandwisp

📋 copy color: '#DAC785'

red 218 ◦ green 199 ◦ blue 133

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

Shades of Sandwisp #DAC785

Tints of Sandwisp #DAC785

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.18%

 BLUE value IS 133 (52.34% from 255) = 24.18%

R = 39.64%
G = 36.18%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DAC785 (or 0xDAC785) is known color: Sandwisp. HEX triplet: DA, C7 and 85. RGB value is (218,199,133). Sum of RGB (Red+Green+Blue) = 218+199+133=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC785 is #25387A. Grayscale: #C5C5C5. Windows color (decimal): -2439291 or 8767450. OLE color: 8767450.

HSL color Cylindrical-coordinate representation of color #DAC785: hue angle of 46.59º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAC785 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 199 133 -
CMYK 0 0.09 0.39 0.15
HSL 46.59º 0.53% 0.69% -
HSV(B) 46.59º 0.39% 0.85% -
XYZ 53.57 57.45 30.45 -
YUV 197.16 91.79 142.87 -
System Red Green Blue C M Y K H S L
Decimal 218 199 133 0 0.09 0.39 0.15 46.59 0.53 0.69
Hex DA C7 85 0 9 27 F 2F 35 45
Octal 332 307 205 0 11 47 17 57 65 105
Binary 11011010 11000111 10000101 0 1001 100111 1111 101111 110101 1000101

Color Harmonies of #DAC785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC785

Black with #DAC785

Text Example


Text Example

White with #DAC785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC785; }

 p { color: rgb(218,199,133); }

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

background-color css

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

 a { background-color: rgb(218,199,133); }

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

border-color css

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

 span { border-color: rgb(218,199,133); }

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