Html Css Color HEX #DA8F5A Whiskey Sour

📋 copy color: '#DA8F5A'

red 218 ◦ green 143 ◦ blue 90

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

Shades of Whiskey Sour #DA8F5A

Tints of Whiskey Sour #DA8F5A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.71%

 BLUE value IS 90 (35.55% from 255) = 19.96%

R = 48.34%
G = 31.71%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA8F5A (or 0xDA8F5A) is known color: Whiskey Sour. HEX triplet: DA, 8F and 5A. RGB value is (218,143,90). Sum of RGB (Red+Green+Blue) = 218+143+90=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F5A is #2570A5. Grayscale: #9F9F9F. Windows color (decimal): -2453670 or 5935066. OLE color: 5935066.

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

Color convert

RGB 218 143 90 -
CMYK 0 0.34 0.59 0.15
HSL 24.84º 0.63% 0.6% -
HSV(B) 24.84º 0.59% 0.85% -
XYZ 40.58 35.29 14.35 -
YUV 159.38 88.85 169.81 -
System Red Green Blue C M Y K H S L
Decimal 218 143 90 0 0.34 0.59 0.15 24.84 0.63 0.6
Hex DA 8F 5A 0 22 3B F 19 3F 3C
Octal 332 217 132 0 42 73 17 31 77 74
Binary 11011010 10001111 1011010 0 100010 111011 1111 11001 111111 111100

Color Harmonies of #DA8F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F5A

Black with #DA8F5A

Text Example


Text Example

White with #DA8F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F5A; }

 p { color: rgb(218,143,90); }

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

background-color css

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

 a { background-color: rgb(218,143,90); }

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

border-color css

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

 span { border-color: rgb(218,143,90); }

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