Html Css Color HEX #DA8C4F Whiskey Sour

📋 copy color: '#DA8C4F'

red 218 ◦ green 140 ◦ blue 79

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

Shades of Whiskey Sour #DA8C4F

Tints of Whiskey Sour #DA8C4F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.04%

 BLUE value IS 79 (31.25% from 255) = 18.08%

R = 49.89%
G = 32.04%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA8C4F (or 0xDA8C4F) is known color: Whiskey Sour. HEX triplet: DA, 8C and 4F. RGB value is (218,140,79). Sum of RGB (Red+Green+Blue) = 218+140+79=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 79 (31.25% from 255 or 18.08% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C4F is #2573B0. Grayscale: #9C9C9C. Windows color (decimal): -2454449 or 5213402. OLE color: 5213402.

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

Color convert

RGB 218 140 79 -
CMYK 0 0.36 0.64 0.15
HSL 26.33º 0.65% 0.58% -
HSV(B) 26.33º 0.64% 0.85% -
XYZ 39.7 34.23 11.91 -
YUV 156.37 84.34 171.96 -
System Red Green Blue C M Y K H S L
Decimal 218 140 79 0 0.36 0.64 0.15 26.33 0.65 0.58
Hex DA 8C 4F 0 24 40 F 1A 41 3A
Octal 332 214 117 0 44 100 17 32 101 72
Binary 11011010 10001100 1001111 0 100100 1000000 1111 11010 1000001 111010

Color Harmonies of #DA8C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C4F

Black with #DA8C4F

Text Example


Text Example

White with #DA8C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C4F; }

 p { color: rgb(218,140,79); }

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

background-color css

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

 a { background-color: rgb(218,140,79); }

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

border-color css

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

 span { border-color: rgb(218,140,79); }

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