Html Css Color HEX #DA8F5D Whiskey Sour

📋 copy color: '#DA8F5D'

red 218 ◦ green 143 ◦ blue 93

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

Shades of Whiskey Sour #DA8F5D

Tints of Whiskey Sour #DA8F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.48%

R = 48.02%
G = 31.5%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA8F5D (or 0xDA8F5D) is known color: Whiskey Sour. HEX triplet: DA, 8F and 5D. RGB value is (218,143,93). Sum of RGB (Red+Green+Blue) = 218+143+93=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F5D is #2570A2. Grayscale: #9F9F9F. Windows color (decimal): -2453667 or 6131674. OLE color: 6131674.

HSL color Cylindrical-coordinate representation of color #DA8F5D: hue angle of 24º 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 #DA8F5D is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 143 93 -
CMYK 0 0.34 0.57 0.15
HSL 24º 0.63% 0.61% -
HSV(B) 24º 0.57% 0.85% -
XYZ 40.71 35.34 15.03 -
YUV 159.73 90.35 169.57 -
System Red Green Blue C M Y K H S L
Decimal 218 143 93 0 0.34 0.57 0.15 24 0.63 0.61
Hex DA 8F 5D 0 22 39 F 18 3F 3D
Octal 332 217 135 0 42 71 17 30 77 75
Binary 11011010 10001111 1011101 0 100010 111001 1111 11000 111111 111101

Color Harmonies of #DA8F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F5D

Black with #DA8F5D

Text Example


Text Example

White with #DA8F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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