Html Css Color HEX #DAC888 Sandwisp

📋 copy color: '#DAC888'

red 218 ◦ green 200 ◦ blue 136

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

Shades of Sandwisp #DAC888

Tints of Sandwisp #DAC888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.55%

R = 39.35%
G = 36.1%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DAC888 (or 0xDAC888) is known color: Sandwisp. HEX triplet: DA, C8 and 88. RGB value is (218,200,136). Sum of RGB (Red+Green+Blue) = 218+200+136=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC888 is #253777. Grayscale: #C6C6C6. Windows color (decimal): -2439032 or 8964314. OLE color: 8964314.

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

Color convert

RGB 218 200 136 -
CMYK 0 0.08 0.38 0.15
HSL 46.83º 0.53% 0.69% -
HSV(B) 46.83º 0.38% 0.85% -
XYZ 54.01 57.99 31.64 -
YUV 198.09 92.96 142.2 -
System Red Green Blue C M Y K H S L
Decimal 218 200 136 0 0.08 0.38 0.15 46.83 0.53 0.69
Hex DA C8 88 0 8 26 F 2F 35 45
Octal 332 310 210 0 10 46 17 57 65 105
Binary 11011010 11001000 10001000 0 1000 100110 1111 101111 110101 1000101

Color Harmonies of #DAC888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC888

Black with #DAC888

Text Example


Text Example

White with #DAC888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC888; }

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

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

background-color css

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

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

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

border-color css

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

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

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