Html Css Color HEX #DA8C5E Whiskey Sour

📋 copy color: '#DA8C5E'

red 218 ◦ green 140 ◦ blue 94

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

Shades of Whiskey Sour #DA8C5E

Tints of Whiskey Sour #DA8C5E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.97%

 BLUE value IS 94 (37.11% from 255) = 20.8%

R = 48.23%
G = 30.97%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA8C5E (or 0xDA8C5E) is known color: Whiskey Sour. HEX triplet: DA, 8C and 5E. RGB value is (218,140,94). Sum of RGB (Red+Green+Blue) = 218+140+94=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C5E is #2573A1. Grayscale: #9E9E9E. Windows color (decimal): -2454434 or 6196442. OLE color: 6196442.

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

Color convert

RGB 218 140 94 -
CMYK 0 0.36 0.57 0.15
HSL 22.26º 0.63% 0.61% -
HSV(B) 22.26º 0.57% 0.85% -
XYZ 40.31 34.47 15.12 -
YUV 158.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 218 140 94 0 0.36 0.57 0.15 22.26 0.63 0.61
Hex DA 8C 5E 0 24 39 F 16 3F 3D
Octal 332 214 136 0 44 71 17 26 77 75
Binary 11011010 10001100 1011110 0 100100 111001 1111 10110 111111 111101

Color Harmonies of #DA8C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C5E

Black with #DA8C5E

Text Example


Text Example

White with #DA8C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C5E; }

 p { color: rgb(218,140,94); }

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

background-color css

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

 a { background-color: rgb(218,140,94); }

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

border-color css

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

 span { border-color: rgb(218,140,94); }

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