Html Css Color HEX #DA8655 Whiskey Sour

📋 copy color: '#DA8655'

red 218 ◦ green 134 ◦ blue 85

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

Shades of Whiskey Sour #DA8655

Tints of Whiskey Sour #DA8655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.45%

R = 49.89%
G = 30.66%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA8655 (or 0xDA8655) is known color: Whiskey Sour. HEX triplet: DA, 86 and 55. RGB value is (218,134,85). Sum of RGB (Red+Green+Blue) = 218+134+85=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8655 is #2579AA. Grayscale: #999999. Windows color (decimal): -2455979 or 5605082. OLE color: 5605082.

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

Color convert

RGB 218 134 85 -
CMYK 0 0.39 0.61 0.15
HSL 22.11º 0.64% 0.59% -
HSV(B) 22.11º 0.61% 0.85% -
XYZ 39.08 32.61 12.83 -
YUV 153.53 89.33 173.98 -
System Red Green Blue C M Y K H S L
Decimal 218 134 85 0 0.39 0.61 0.15 22.11 0.64 0.59
Hex DA 86 55 0 27 3D F 16 40 3B
Octal 332 206 125 0 47 75 17 26 100 73
Binary 11011010 10000110 1010101 0 100111 111101 1111 10110 1000000 111011

Color Harmonies of #DA8655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8655

Black with #DA8655

Text Example


Text Example

White with #DA8655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8655; }

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

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

background-color css

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

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

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

border-color css

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

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

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