Html Css Color HEX #DA8E4D Whiskey Sour

📋 copy color: '#DA8E4D'

red 218 ◦ green 142 ◦ blue 77

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

Shades of Whiskey Sour #DA8E4D

Tints of Whiskey Sour #DA8E4D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.49%

 BLUE value IS 77 (30.47% from 255) = 17.62%

R = 49.89%
G = 32.49%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA8E4D (or 0xDA8E4D) is known color: Whiskey Sour. HEX triplet: DA, 8E and 4D. RGB value is (218,142,77). Sum of RGB (Red+Green+Blue) = 218+142+77=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8E4D is #2571B2. Grayscale: #9D9D9D. Windows color (decimal): -2453939 or 5082842. OLE color: 5082842.

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

Color convert

RGB 218 142 77 -
CMYK 0 0.35 0.65 0.15
HSL 27.66º 0.66% 0.58% -
HSV(B) 27.66º 0.65% 0.85% -
XYZ 39.93 34.79 11.63 -
YUV 157.31 82.68 171.29 -
System Red Green Blue C M Y K H S L
Decimal 218 142 77 0 0.35 0.65 0.15 27.66 0.66 0.58
Hex DA 8E 4D 0 23 41 F 1C 42 3A
Octal 332 216 115 0 43 101 17 34 102 72
Binary 11011010 10001110 1001101 0 100011 1000001 1111 11100 1000010 111010

Color Harmonies of #DA8E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8E4D

Black with #DA8E4D

Text Example


Text Example

White with #DA8E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8E4D; }

 p { color: rgb(218,142,77); }

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

background-color css

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

 a { background-color: rgb(218,142,77); }

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

border-color css

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

 span { border-color: rgb(218,142,77); }

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