Html Css Color HEX #DA8F57 Whiskey Sour

📋 copy color: '#DA8F57'

red 218 ◦ green 143 ◦ blue 87

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

Shades of Whiskey Sour #DA8F57

Tints of Whiskey Sour #DA8F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.42%

R = 48.66%
G = 31.92%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA8F57 (or 0xDA8F57) is known color: Whiskey Sour. HEX triplet: DA, 8F and 57. RGB value is (218,143,87). Sum of RGB (Red+Green+Blue) = 218+143+87=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 87 (34.38% from 255 or 19.42% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F57 is #2570A8. Grayscale: #9F9F9F. Windows color (decimal): -2453673 or 5738458. OLE color: 5738458.

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

Color convert

RGB 218 143 87 -
CMYK 0 0.34 0.60 0.15
HSL 25.65º 0.64% 0.6% -
HSV(B) 25.65º 0.6% 0.85% -
XYZ 40.46 35.24 13.69 -
YUV 159.04 87.35 170.05 -
System Red Green Blue C M Y K H S L
Decimal 218 143 87 0 0.34 0.60 0.15 25.65 0.64 0.6
Hex DA 8F 57 0 22 3C F 1A 40 3C
Octal 332 217 127 0 42 74 17 32 100 74
Binary 11011010 10001111 1010111 0 100010 111100 1111 11010 1000000 111100

Color Harmonies of #DA8F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F57

Black with #DA8F57

Text Example


Text Example

White with #DA8F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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