Html Css Color HEX #D39253 Whiskey Sour

📋 copy color: '#D39253'

red 211 ◦ green 146 ◦ blue 83

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

Shades of Whiskey Sour #D39253

Tints of Whiskey Sour #D39253

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.18%

 BLUE value IS 83 (32.81% from 255) = 18.86%

R = 47.95%
G = 33.18%
B = 18.86%

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

#D39253 (or 0xD39253) is known color: Whiskey Sour. HEX triplet: D3, 92 and 53. RGB value is (211,146,83). Sum of RGB (Red+Green+Blue) = 211+146+83=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D39253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39253 is #2C6DAC. Grayscale: #9E9E9E. Windows color (decimal): -2911661 or 5477075. OLE color: 5477075.

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

Color convert

RGB 211 146 83 -
CMYK 0 0.31 0.61 0.17
HSL 29.53º 0.59% 0.58% -
HSV(B) 29.53º 0.61% 0.83% -
XYZ 38.7 35.03 12.91 -
YUV 158.25 85.53 165.62 -
System Red Green Blue C M Y K H S L
Decimal 211 146 83 0 0.31 0.61 0.17 29.53 0.59 0.58
Hex D3 92 53 0 1F 3D 11 1E 3B 3A
Octal 323 222 123 0 37 75 21 36 73 72
Binary 11010011 10010010 1010011 0 11111 111101 10001 11110 111011 111010

Color Harmonies of #D39253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39253

Black with #D39253

Text Example


Text Example

White with #D39253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39253; }

 p { color: rgb(211,146,83); }

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

background-color css

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

 a { background-color: rgb(211,146,83); }

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

border-color css

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

 span { border-color: rgb(211,146,83); }

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