Html Css Color HEX #D38D59 Whiskey Sour

📋 copy color: '#D38D59'

red 211 ◦ green 141 ◦ blue 89

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

Shades of Whiskey Sour #D38D59

Tints of Whiskey Sour #D38D59

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.97%

 BLUE value IS 89 (35.16% from 255) = 20.18%

R = 47.85%
G = 31.97%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D38D59 (or 0xD38D59) is known color: Whiskey Sour. HEX triplet: D3, 8D and 59. RGB value is (211,141,89). Sum of RGB (Red+Green+Blue) = 211+141+89=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38D59 is #2C72A6. Grayscale: #9C9C9C. Windows color (decimal): -2912935 or 5869011. OLE color: 5869011.

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

Color convert

RGB 211 141 89 -
CMYK 0 0.33 0.58 0.17
HSL 25.57º 0.58% 0.59% -
HSV(B) 25.57º 0.58% 0.83% -
XYZ 38.19 33.62 13.93 -
YUV 156 90.19 167.23 -
System Red Green Blue C M Y K H S L
Decimal 211 141 89 0 0.33 0.58 0.17 25.57 0.58 0.59
Hex D3 8D 59 0 21 3A 11 1A 3A 3B
Octal 323 215 131 0 41 72 21 32 72 73
Binary 11010011 10001101 1011001 0 100001 111010 10001 11010 111010 111011

Color Harmonies of #D38D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38D59

Black with #D38D59

Text Example


Text Example

White with #D38D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38D59; }

 p { color: rgb(211,141,89); }

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

background-color css

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

 a { background-color: rgb(211,141,89); }

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

border-color css

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

 span { border-color: rgb(211,141,89); }

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