Html Css Color HEX #DAC878 Sandwisp

📋 copy color: '#DAC878'

red 218 ◦ green 200 ◦ blue 120

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

Shades of Sandwisp #DAC878

Tints of Sandwisp #DAC878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.3%

R = 40.52%
G = 37.17%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAC878 (or 0xDAC878) is known color: Sandwisp. HEX triplet: DA, C8 and 78. RGB value is (218,200,120). Sum of RGB (Red+Green+Blue) = 218+200+120=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC878 is #253787. Grayscale: #C4C4C4. Windows color (decimal): -2439048 or 7915738. OLE color: 7915738.

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

Color convert

RGB 218 200 120 -
CMYK 0 0.08 0.45 0.15
HSL 48.98º 0.57% 0.66% -
HSV(B) 48.98º 0.45% 0.85% -
XYZ 52.96 57.57 26.09 -
YUV 196.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 218 200 120 0 0.08 0.45 0.15 48.98 0.57 0.66
Hex DA C8 78 0 8 2D F 31 39 42
Octal 332 310 170 0 10 55 17 61 71 102
Binary 11011010 11001000 1111000 0 1000 101101 1111 110001 111001 1000010

Color Harmonies of #DAC878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC878

Black with #DAC878

Text Example


Text Example

White with #DAC878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC878; }

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

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

background-color css

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

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

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

border-color css

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

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

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