Html Css Color HEX #DACC78 Sandwisp

📋 copy color: '#DACC78'

red 218 ◦ green 204 ◦ blue 120

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

Shades of Sandwisp #DACC78

Tints of Sandwisp #DACC78

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.64%

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

R = 40.22%
G = 37.64%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DACC78 (or 0xDACC78) is known color: Sandwisp. HEX triplet: DA, CC and 78. RGB value is (218,204,120). Sum of RGB (Red+Green+Blue) = 218+204+120=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 120 (47.27% from 255 or 22.14% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC78 is #253387. Grayscale: #C6C6C6. Windows color (decimal): -2438024 or 7916762. OLE color: 7916762.

HSL color Cylindrical-coordinate representation of color #DACC78: hue angle of 51.43º 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 #DACC78 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 204 120 -
CMYK 0 0.06 0.45 0.15
HSL 51.43º 0.57% 0.66% -
HSV(B) 51.43º 0.45% 0.85% -
XYZ 53.9 59.45 26.4 -
YUV 198.61 83.64 141.83 -
System Red Green Blue C M Y K H S L
Decimal 218 204 120 0 0.06 0.45 0.15 51.43 0.57 0.66
Hex DA CC 78 0 6 2D F 33 39 42
Octal 332 314 170 0 6 55 17 63 71 102
Binary 11011010 11001100 1111000 0 110 101101 1111 110011 111001 1000010

Color Harmonies of #DACC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC78

Black with #DACC78

Text Example


Text Example

White with #DACC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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