Html Css Color HEX #D38D5C Whiskey Sour

📋 copy color: '#D38D5C'

red 211 ◦ green 141 ◦ blue 92

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

Shades of Whiskey Sour #D38D5C

Tints of Whiskey Sour #D38D5C

RGB

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

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

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

R = 47.52%
G = 31.76%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D38D5C (or 0xD38D5C) is known color: Whiskey Sour. HEX triplet: D3, 8D and 5C. RGB value is (211,141,92). Sum of RGB (Red+Green+Blue) = 211+141+92=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38D5C is #2C72A3. Grayscale: #9C9C9C. Windows color (decimal): -2912932 or 6065619. OLE color: 6065619.

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

Color convert

RGB 211 141 92 -
CMYK 0 0.33 0.56 0.17
HSL 24.71º 0.57% 0.59% -
HSV(B) 24.71º 0.56% 0.83% -
XYZ 38.32 33.67 14.6 -
YUV 156.34 91.69 166.98 -
System Red Green Blue C M Y K H S L
Decimal 211 141 92 0 0.33 0.56 0.17 24.71 0.57 0.59
Hex D3 8D 5C 0 21 38 11 19 39 3B
Octal 323 215 134 0 41 70 21 31 71 73
Binary 11010011 10001101 1011100 0 100001 111000 10001 11001 111001 111011

Color Harmonies of #D38D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38D5C

Black with #D38D5C

Text Example


Text Example

White with #D38D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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