Html Css Color HEX #DAC987 Sandwisp

📋 copy color: '#DAC987'

red 218 ◦ green 201 ◦ blue 135

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

Shades of Sandwisp #DAC987

Tints of Sandwisp #DAC987

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.28%

 BLUE value IS 135 (53.13% from 255) = 24.37%

R = 39.35%
G = 36.28%
B = 24.37%

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

#DAC987 (or 0xDAC987) is known color: Sandwisp. HEX triplet: DA, C9 and 87. RGB value is (218,201,135). Sum of RGB (Red+Green+Blue) = 218+201+135=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 135 (53.12% from 255 or 24.37% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC987 is #253678. Grayscale: #C6C6C6. Windows color (decimal): -2438777 or 8899034. OLE color: 8899034.

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

Color convert

RGB 218 201 135 -
CMYK 0 0.08 0.38 0.15
HSL 47.71º 0.53% 0.69% -
HSV(B) 47.71º 0.38% 0.85% -
XYZ 54.17 58.43 31.34 -
YUV 198.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 218 201 135 0 0.08 0.38 0.15 47.71 0.53 0.69
Hex DA C9 87 0 8 26 F 30 35 45
Octal 332 311 207 0 10 46 17 60 65 105
Binary 11011010 11001001 10000111 0 1000 100110 1111 110000 110101 1000101

Color Harmonies of #DAC987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC987

Black with #DAC987

Text Example


Text Example

White with #DAC987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC987; }

 p { color: rgb(218,201,135); }

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

background-color css

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

 a { background-color: rgb(218,201,135); }

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

border-color css

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

 span { border-color: rgb(218,201,135); }

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