Html Css Color HEX #DA8658 Whiskey Sour

📋 copy color: '#DA8658'

red 218 ◦ green 134 ◦ blue 88

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

Shades of Whiskey Sour #DA8658

Tints of Whiskey Sour #DA8658

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.45%

 BLUE value IS 88 (34.77% from 255) = 20%

R = 49.55%
G = 30.45%
B = 20%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA8658 (or 0xDA8658) is known color: Whiskey Sour. HEX triplet: DA, 86 and 58. RGB value is (218,134,88). Sum of RGB (Red+Green+Blue) = 218+134+88=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8658 is #2579A7. Grayscale: #9A9A9A. Windows color (decimal): -2455976 or 5801690. OLE color: 5801690.

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

Color convert

RGB 218 134 88 -
CMYK 0 0.39 0.60 0.15
HSL 21.23º 0.64% 0.6% -
HSV(B) 21.23º 0.6% 0.85% -
XYZ 39.2 32.66 13.47 -
YUV 153.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 218 134 88 0 0.39 0.60 0.15 21.23 0.64 0.6
Hex DA 86 58 0 27 3C F 15 40 3C
Octal 332 206 130 0 47 74 17 25 100 74
Binary 11011010 10000110 1011000 0 100111 111100 1111 10101 1000000 111100

Color Harmonies of #DA8658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8658

Black with #DA8658

Text Example


Text Example

White with #DA8658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8658; }

 p { color: rgb(218,134,88); }

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

background-color css

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

 a { background-color: rgb(218,134,88); }

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

border-color css

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

 span { border-color: rgb(218,134,88); }

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