Html Css Color HEX #DA8653 Whiskey Sour

📋 copy color: '#DA8653'

red 218 ◦ green 134 ◦ blue 83

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

Shades of Whiskey Sour #DA8653

Tints of Whiskey Sour #DA8653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.08%

R = 50.11%
G = 30.8%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA8653 (or 0xDA8653) is known color: Whiskey Sour. HEX triplet: DA, 86 and 53. RGB value is (218,134,83). Sum of RGB (Red+Green+Blue) = 218+134+83=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8653 is #2579AC. Grayscale: #999999. Windows color (decimal): -2455981 or 5474010. OLE color: 5474010.

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

Color convert

RGB 218 134 83 -
CMYK 0 0.39 0.62 0.15
HSL 22.67º 0.65% 0.59% -
HSV(B) 22.67º 0.62% 0.85% -
XYZ 39 32.58 12.42 -
YUV 153.3 88.33 174.15 -
System Red Green Blue C M Y K H S L
Decimal 218 134 83 0 0.39 0.62 0.15 22.67 0.65 0.59
Hex DA 86 53 0 27 3E F 17 41 3B
Octal 332 206 123 0 47 76 17 27 101 73
Binary 11011010 10000110 1010011 0 100111 111110 1111 10111 1000001 111011

Color Harmonies of #DA8653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8653

Black with #DA8653

Text Example


Text Example

White with #DA8653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8653; }

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

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

background-color css

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

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

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

border-color css

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

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

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