Html Css Color HEX #DA8F56 Whiskey Sour

📋 copy color: '#DA8F56'

red 218 ◦ green 143 ◦ blue 86

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

Shades of Whiskey Sour #DA8F56

Tints of Whiskey Sour #DA8F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.24%

R = 48.77%
G = 31.99%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA8F56 (or 0xDA8F56) is known color: Whiskey Sour. HEX triplet: DA, 8F and 56. RGB value is (218,143,86). Sum of RGB (Red+Green+Blue) = 218+143+86=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F56 is #2570A9. Grayscale: #9F9F9F. Windows color (decimal): -2453674 or 5672922. OLE color: 5672922.

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

Color convert

RGB 218 143 86 -
CMYK 0 0.34 0.61 0.15
HSL 25.91º 0.64% 0.6% -
HSV(B) 25.91º 0.61% 0.85% -
XYZ 40.42 35.22 13.47 -
YUV 158.93 86.85 170.13 -
System Red Green Blue C M Y K H S L
Decimal 218 143 86 0 0.34 0.61 0.15 25.91 0.64 0.6
Hex DA 8F 56 0 22 3D F 1A 40 3C
Octal 332 217 126 0 42 75 17 32 100 74
Binary 11011010 10001111 1010110 0 100010 111101 1111 11010 1000000 111100

Color Harmonies of #DA8F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F56

Black with #DA8F56

Text Example


Text Example

White with #DA8F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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