Html Css Color HEX #D38A5C Whiskey Sour

📋 copy color: '#D38A5C'

red 211 ◦ green 138 ◦ blue 92

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

Shades of Whiskey Sour #D38A5C

Tints of Whiskey Sour #D38A5C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.29%

 BLUE value IS 92 (36.33% from 255) = 20.86%

R = 47.85%
G = 31.29%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D38A5C (or 0xD38A5C) is known color: Whiskey Sour. HEX triplet: D3, 8A and 5C. RGB value is (211,138,92). Sum of RGB (Red+Green+Blue) = 211+138+92=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38A5C is #2C75A3. Grayscale: #9A9A9A. Windows color (decimal): -2913700 or 6064851. OLE color: 6064851.

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

Color convert

RGB 211 138 92 -
CMYK 0 0.35 0.56 0.17
HSL 23.19º 0.57% 0.59% -
HSV(B) 23.19º 0.56% 0.83% -
XYZ 37.88 32.8 14.46 -
YUV 154.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 211 138 92 0 0.35 0.56 0.17 23.19 0.57 0.59
Hex D3 8A 5C 0 23 38 11 17 39 3B
Octal 323 212 134 0 43 70 21 27 71 73
Binary 11010011 10001010 1011100 0 100011 111000 10001 10111 111001 111011

Color Harmonies of #D38A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38A5C

Black with #D38A5C

Text Example


Text Example

White with #D38A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38A5C; }

 p { color: rgb(211,138,92); }

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

background-color css

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

 a { background-color: rgb(211,138,92); }

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

border-color css

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

 span { border-color: rgb(211,138,92); }

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