#DA8B4F

Color #DA8B4F Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #DA8B4F

Tints of Whiskey Sour #DA8B4F

Color information

#DA8B4F (or 0xDA8B4F) is unknown color: approx Whiskey Sour. HEX triplet: DA, 8B and 4F. RGB value is (218,139,79). Sum of RGB (Red+Green+Blue) = 218+139+79=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8B4F is #2574B0. Grayscale: #9C9C9C. Windows color (decimal): -2454705 or 5213146. OLE color: 5213146.

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

Color convert

RGB21813979-
CMYK00.360.640.15
HSL25.9º65.26%58.24%-
HSV(B)25.9º63.76%85.49%-
XYZ39.5633.9411.86-
YUV155.7884.67172.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50%
GREEN value IS 139 (54.69% from 255) = 31.88%
BLUE value IS 79 (31.25% from 255) = 18.12%
R=50%
G=31.88%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181397900.360.640.1525.965.2658.24
HexDA8B4F02440F1a413a
Octal332213117044100173210172
Binary11011010100010111001111010010010000001111110101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8B4F; }

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

 H1.HeaderClassName
 {
   color: #DA8B4F;
 }
 .AnyTagClassName
 {
   color: #DA8B4F;
 }
</style>
background-color css

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

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

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

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

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

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