Html Css Color HEX #D39C64 Whiskey Sour

📋 copy color: '#D39C64'

red 211 ◦ green 156 ◦ blue 100

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

Shades of Whiskey Sour #D39C64

Tints of Whiskey Sour #D39C64

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.4%

 BLUE value IS 100 (39.45% from 255) = 21.41%

R = 45.18%
G = 33.4%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D39C64 (or 0xD39C64) is known color: Whiskey Sour. HEX triplet: D3, 9C and 64. RGB value is (211,156,100). Sum of RGB (Red+Green+Blue) = 211+156+100=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D39C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39C64 is #2C639B. Grayscale: #A6A6A6. Windows color (decimal): -2909084 or 6593747. OLE color: 6593747.

HSL color Cylindrical-coordinate representation of color #D39C64: hue angle of 30.27º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D39C64 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 156 100 -
CMYK 0 0.26 0.53 0.17
HSL 30.27º 0.56% 0.61% -
HSV(B) 30.27º 0.53% 0.83% -
XYZ 41.05 38.55 17.33 -
YUV 166.06 90.72 160.05 -
System Red Green Blue C M Y K H S L
Decimal 211 156 100 0 0.26 0.53 0.17 30.27 0.56 0.61
Hex D3 9C 64 0 1A 35 11 1E 38 3D
Octal 323 234 144 0 32 65 21 36 70 75
Binary 11010011 10011100 1100100 0 11010 110101 10001 11110 111000 111101

Color Harmonies of #D39C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39C64

Black with #D39C64

Text Example


Text Example

White with #D39C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39C64; }

 p { color: rgb(211,156,100); }

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

background-color css

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

 a { background-color: rgb(211,156,100); }

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

border-color css

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

 span { border-color: rgb(211,156,100); }

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