Html Css Color HEX #D39152 Whiskey Sour

📋 copy color: '#D39152'

red 211 ◦ green 145 ◦ blue 82

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

Shades of Whiskey Sour #D39152

Tints of Whiskey Sour #D39152

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.11%

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

R = 48.17%
G = 33.11%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D39152 (or 0xD39152) is known color: Whiskey Sour. HEX triplet: D3, 91 and 52. RGB value is (211,145,82). Sum of RGB (Red+Green+Blue) = 211+145+82=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D39152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39152 is #2C6EAD. Grayscale: #9D9D9D. Windows color (decimal): -2911918 or 5411283. OLE color: 5411283.

HSL color Cylindrical-coordinate representation of color #D39152: hue angle of 29.3º 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 #D39152 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 145 82 -
CMYK 0 0.31 0.61 0.17
HSL 29.3º 0.59% 0.57% -
HSV(B) 29.3º 0.61% 0.83% -
XYZ 38.51 34.71 12.65 -
YUV 157.55 85.37 166.12 -
System Red Green Blue C M Y K H S L
Decimal 211 145 82 0 0.31 0.61 0.17 29.3 0.59 0.57
Hex D3 91 52 0 1F 3D 11 1D 3B 39
Octal 323 221 122 0 37 75 21 35 73 71
Binary 11010011 10010001 1010010 0 11111 111101 10001 11101 111011 111001

Color Harmonies of #D39152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39152

Black with #D39152

Text Example


Text Example

White with #D39152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39152; }

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

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

background-color css

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

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

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

border-color css

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

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

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