Html Css Color HEX #D39153 Whiskey Sour

📋 copy color: '#D39153'

red 211 ◦ green 145 ◦ blue 83

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

Shades of Whiskey Sour #D39153

Tints of Whiskey Sour #D39153

RGB

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

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

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

R = 48.06%
G = 33.03%
B = 18.91%

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

#D39153 (or 0xD39153) is known color: Whiskey Sour. HEX triplet: D3, 91 and 53. RGB value is (211,145,83). Sum of RGB (Red+Green+Blue) = 211+145+83=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D39153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39153 is #2C6EAC. Grayscale: #9D9D9D. Windows color (decimal): -2911917 or 5476819. OLE color: 5476819.

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

Color convert

RGB 211 145 83 -
CMYK 0 0.31 0.61 0.17
HSL 29.06º 0.59% 0.58% -
HSV(B) 29.06º 0.61% 0.83% -
XYZ 38.55 34.72 12.85 -
YUV 157.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 211 145 83 0 0.31 0.61 0.17 29.06 0.59 0.58
Hex D3 91 53 0 1F 3D 11 1D 3B 3A
Octal 323 221 123 0 37 75 21 35 73 72
Binary 11010011 10010001 1010011 0 11111 111101 10001 11101 111011 111010

Color Harmonies of #D39153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39153

Black with #D39153

Text Example


Text Example

White with #D39153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39153; }

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

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

background-color css

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

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

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

border-color css

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

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

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