Html Css Color HEX #D39352 Whiskey Sour

📋 copy color: '#D39352'

red 211 ◦ green 147 ◦ blue 82

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

Shades of Whiskey Sour #D39352

Tints of Whiskey Sour #D39352

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.41%

 BLUE value IS 82 (32.42% from 255) = 18.64%

R = 47.95%
G = 33.41%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D39352 (or 0xD39352) is known color: Whiskey Sour. HEX triplet: D3, 93 and 52. RGB value is (211,147,82). Sum of RGB (Red+Green+Blue) = 211+147+82=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D39352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39352 is #2C6CAD. Grayscale: #9F9F9F. Windows color (decimal): -2911406 or 5411795. OLE color: 5411795.

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

Color convert

RGB 211 147 82 -
CMYK 0 0.30 0.61 0.17
HSL 30.23º 0.59% 0.57% -
HSV(B) 30.23º 0.61% 0.83% -
XYZ 38.82 35.33 12.76 -
YUV 158.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 211 147 82 0 0.30 0.61 0.17 30.23 0.59 0.57
Hex D3 93 52 0 1E 3D 11 1E 3B 39
Octal 323 223 122 0 36 75 21 36 73 71
Binary 11010011 10010011 1010010 0 11110 111101 10001 11110 111011 111001

Color Harmonies of #D39352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39352

Black with #D39352

Text Example


Text Example

White with #D39352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39352; }

 p { color: rgb(211,147,82); }

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

background-color css

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

 a { background-color: rgb(211,147,82); }

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

border-color css

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

 span { border-color: rgb(211,147,82); }

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