Html Css Color HEX #DAC88C Sandwisp

📋 copy color: '#DAC88C'

red 218 ◦ green 200 ◦ blue 140

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

Shades of Sandwisp #DAC88C

Tints of Sandwisp #DAC88C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.09%

R = 39.07%
G = 35.84%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DAC88C (or 0xDAC88C) is known color: Sandwisp. HEX triplet: DA, C8 and 8C. RGB value is (218,200,140). Sum of RGB (Red+Green+Blue) = 218+200+140=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC88C is #253773. Grayscale: #C6C6C6. Windows color (decimal): -2439028 or 9226458. OLE color: 9226458.

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

Color convert

RGB 218 200 140 -
CMYK 0 0.08 0.36 0.15
HSL 46.15º 0.51% 0.7% -
HSV(B) 46.15º 0.36% 0.85% -
XYZ 54.3 58.11 33.16 -
YUV 198.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 218 200 140 0 0.08 0.36 0.15 46.15 0.51 0.7
Hex DA C8 8C 0 8 24 F 2E 33 46
Octal 332 310 214 0 10 44 17 56 63 106
Binary 11011010 11001000 10001100 0 1000 100100 1111 101110 110011 1000110

Color Harmonies of #DAC88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC88C

Black with #DAC88C

Text Example


Text Example

White with #DAC88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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