Html Css Color HEX #DA8754 Whiskey Sour

📋 copy color: '#DA8754'

red 218 ◦ green 135 ◦ blue 84

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

Shades of Whiskey Sour #DA8754

Tints of Whiskey Sour #DA8754

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.89%

 BLUE value IS 84 (33.2% from 255) = 19.22%

R = 49.89%
G = 30.89%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA8754 (or 0xDA8754) is known color: Whiskey Sour. HEX triplet: DA, 87 and 54. RGB value is (218,135,84). Sum of RGB (Red+Green+Blue) = 218+135+84=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8754 is #2578AB. Grayscale: #9A9A9A. Windows color (decimal): -2455724 or 5539802. OLE color: 5539802.

HSL color Cylindrical-coordinate representation of color #DA8754: hue angle of 22.84º 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 #DA8754 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 135 84 -
CMYK 0 0.38 0.61 0.15
HSL 22.84º 0.64% 0.59% -
HSV(B) 22.84º 0.61% 0.85% -
XYZ 39.18 32.87 12.67 -
YUV 154 88.5 173.65 -
System Red Green Blue C M Y K H S L
Decimal 218 135 84 0 0.38 0.61 0.15 22.84 0.64 0.59
Hex DA 87 54 0 26 3D F 17 40 3B
Octal 332 207 124 0 46 75 17 27 100 73
Binary 11011010 10000111 1010100 0 100110 111101 1111 10111 1000000 111011

Color Harmonies of #DA8754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8754

Black with #DA8754

Text Example


Text Example

White with #DA8754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8754; }

 p { color: rgb(218,135,84); }

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

background-color css

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

 a { background-color: rgb(218,135,84); }

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

border-color css

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

 span { border-color: rgb(218,135,84); }

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