Html Css Color HEX #DAC98B Sandwisp

📋 copy color: '#DAC98B'

red 218 ◦ green 201 ◦ blue 139

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

Shades of Sandwisp #DAC98B

Tints of Sandwisp #DAC98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.91%

R = 39.07%
G = 36.02%
B = 24.91%

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

#DAC98B (or 0xDAC98B) is known color: Sandwisp. HEX triplet: DA, C9 and 8B. RGB value is (218,201,139). Sum of RGB (Red+Green+Blue) = 218+201+139=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC98B is #253674. Grayscale: #C7C7C7. Windows color (decimal): -2438773 or 9161178. OLE color: 9161178.

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

Color convert

RGB 218 201 139 -
CMYK 0 0.08 0.36 0.15
HSL 47.09º 0.52% 0.7% -
HSV(B) 47.09º 0.36% 0.85% -
XYZ 54.46 58.54 32.86 -
YUV 199.02 94.13 141.54 -
System Red Green Blue C M Y K H S L
Decimal 218 201 139 0 0.08 0.36 0.15 47.09 0.52 0.7
Hex DA C9 8B 0 8 24 F 2F 34 46
Octal 332 311 213 0 10 44 17 57 64 106
Binary 11011010 11001001 10001011 0 1000 100100 1111 101111 110100 1000110

Color Harmonies of #DAC98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC98B

Black with #DAC98B

Text Example


Text Example

White with #DAC98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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