Html Css Color HEX #DA8F5F Whiskey Sour

📋 copy color: '#DA8F5F'

red 218 ◦ green 143 ◦ blue 95

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

Shades of Whiskey Sour #DA8F5F

Tints of Whiskey Sour #DA8F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.83%

R = 47.81%
G = 31.36%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA8F5F (or 0xDA8F5F) is known color: Whiskey Sour. HEX triplet: DA, 8F and 5F. RGB value is (218,143,95). Sum of RGB (Red+Green+Blue) = 218+143+95=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F5F is #2570A0. Grayscale: #A0A0A0. Windows color (decimal): -2453665 or 6262746. OLE color: 6262746.

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

Color convert

RGB 218 143 95 -
CMYK 0 0.34 0.56 0.15
HSL 23.41º 0.62% 0.61% -
HSV(B) 23.41º 0.56% 0.85% -
XYZ 40.8 35.38 15.5 -
YUV 159.95 91.35 169.4 -
System Red Green Blue C M Y K H S L
Decimal 218 143 95 0 0.34 0.56 0.15 23.41 0.62 0.61
Hex DA 8F 5F 0 22 38 F 17 3E 3D
Octal 332 217 137 0 42 70 17 27 76 75
Binary 11011010 10001111 1011111 0 100010 111000 1111 10111 111110 111101

Color Harmonies of #DA8F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F5F

Black with #DA8F5F

Text Example


Text Example

White with #DA8F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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