Html Css Color HEX #D3964F Whiskey Sour

📋 copy color: '#D3964F'

red 211 ◦ green 150 ◦ blue 79

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

Shades of Whiskey Sour #D3964F

Tints of Whiskey Sour #D3964F

RGB

 RED value IS 211 (82.81% from 255) = 47.95%

 GREEN value IS 150 (58.98% from 255) = 34.09%

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

R = 47.95%
G = 34.09%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D3964F (or 0xD3964F) is known color: Whiskey Sour. HEX triplet: D3, 96 and 4F. RGB value is (211,150,79). Sum of RGB (Red+Green+Blue) = 211+150+79=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D3964F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3964F is #2C69B0. Grayscale: #A0A0A0. Windows color (decimal): -2910641 or 5215955. OLE color: 5215955.

HSL color Cylindrical-coordinate representation of color #D3964F: hue angle of 32.27º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3964F is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 150 79 -
CMYK 0 0.29 0.63 0.17
HSL 32.27º 0.6% 0.57% -
HSV(B) 32.27º 0.63% 0.83% -
XYZ 39.18 36.23 12.32 -
YUV 160.15 82.21 164.27 -
System Red Green Blue C M Y K H S L
Decimal 211 150 79 0 0.29 0.63 0.17 32.27 0.6 0.57
Hex D3 96 4F 0 1D 3F 11 20 3C 39
Octal 323 226 117 0 35 77 21 40 74 71
Binary 11010011 10010110 1001111 0 11101 111111 10001 100000 111100 111001

Color Harmonies of #D3964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3964F

Black with #D3964F

Text Example


Text Example

White with #D3964F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3964F; }

 p { color: rgb(211,150,79); }

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

background-color css

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

 a { background-color: rgb(211,150,79); }

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

border-color css

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

 span { border-color: rgb(211,150,79); }

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