Html Css Color HEX #DA955C Whiskey Sour

📋 copy color: '#DA955C'

red 218 ◦ green 149 ◦ blue 92

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

Shades of Whiskey Sour #DA955C

Tints of Whiskey Sour #DA955C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.46%

 BLUE value IS 92 (36.33% from 255) = 20.04%

R = 47.49%
G = 32.46%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA955C (or 0xDA955C) is known color: Whiskey Sour. HEX triplet: DA, 95 and 5C. RGB value is (218,149,92). Sum of RGB (Red+Green+Blue) = 218+149+92=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA955C is #256AA3. Grayscale: #A3A3A3. Windows color (decimal): -2452132 or 6067674. OLE color: 6067674.

HSL color Cylindrical-coordinate representation of color #DA955C: hue angle of 27.14º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA955C is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 149 92 -
CMYK 0 0.32 0.58 0.15
HSL 27.14º 0.63% 0.61% -
HSV(B) 27.14º 0.58% 0.85% -
XYZ 41.59 37.17 15.11 -
YUV 163.13 87.86 167.13 -
System Red Green Blue C M Y K H S L
Decimal 218 149 92 0 0.32 0.58 0.15 27.14 0.63 0.61
Hex DA 95 5C 0 20 3A F 1B 3F 3D
Octal 332 225 134 0 40 72 17 33 77 75
Binary 11011010 10010101 1011100 0 100000 111010 1111 11011 111111 111101

Color Harmonies of #DA955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA955C

Black with #DA955C

Text Example


Text Example

White with #DA955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA955C; }

 p { color: rgb(218,149,92); }

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

background-color css

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

 a { background-color: rgb(218,149,92); }

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

border-color css

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

 span { border-color: rgb(218,149,92); }

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