Html Css Color HEX #DAC88D Sandwisp

📋 copy color: '#DAC88D'

red 218 ◦ green 200 ◦ blue 141

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

Shades of Sandwisp #DAC88D

Tints of Sandwisp #DAC88D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.78%

 BLUE value IS 141 (55.47% from 255) = 25.22%

R = 39%
G = 35.78%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DAC88D (or 0xDAC88D) is known color: Sandwisp. HEX triplet: DA, C8 and 8D. RGB value is (218,200,141). Sum of RGB (Red+Green+Blue) = 218+200+141=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC88D is #253772. Grayscale: #C6C6C6. Windows color (decimal): -2439027 or 9291994. OLE color: 9291994.

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

Color convert

RGB 218 200 141 -
CMYK 0 0.08 0.35 0.15
HSL 45.97º 0.51% 0.7% -
HSV(B) 45.97º 0.35% 0.85% -
XYZ 54.38 58.14 33.55 -
YUV 198.66 95.46 141.8 -
System Red Green Blue C M Y K H S L
Decimal 218 200 141 0 0.08 0.35 0.15 45.97 0.51 0.7
Hex DA C8 8D 0 8 23 F 2E 33 46
Octal 332 310 215 0 10 43 17 56 63 106
Binary 11011010 11001000 10001101 0 1000 100011 1111 101110 110011 1000110

Color Harmonies of #DAC88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC88D

Black with #DAC88D

Text Example


Text Example

White with #DAC88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC88D; }

 p { color: rgb(218,200,141); }

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

background-color css

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

 a { background-color: rgb(218,200,141); }

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

border-color css

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

 span { border-color: rgb(218,200,141); }

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