Html Css Color HEX #D38F5C Whiskey Sour

📋 copy color: '#D38F5C'

red 211 ◦ green 143 ◦ blue 92

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

Shades of Whiskey Sour #D38F5C

Tints of Whiskey Sour #D38F5C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.06%

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

R = 47.31%
G = 32.06%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D38F5C (or 0xD38F5C) is known color: Whiskey Sour. HEX triplet: D3, 8F and 5C. RGB value is (211,143,92). Sum of RGB (Red+Green+Blue) = 211+143+92=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38F5C is #2C70A3. Grayscale: #9D9D9D. Windows color (decimal): -2912420 or 6066131. OLE color: 6066131.

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

Color convert

RGB 211 143 92 -
CMYK 0 0.32 0.56 0.17
HSL 25.71º 0.57% 0.59% -
HSV(B) 25.71º 0.56% 0.83% -
XYZ 38.62 34.27 14.7 -
YUV 157.52 91.03 166.15 -
System Red Green Blue C M Y K H S L
Decimal 211 143 92 0 0.32 0.56 0.17 25.71 0.57 0.59
Hex D3 8F 5C 0 20 38 11 1A 39 3B
Octal 323 217 134 0 40 70 21 32 71 73
Binary 11010011 10001111 1011100 0 100000 111000 10001 11010 111001 111011

Color Harmonies of #D38F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38F5C

Black with #D38F5C

Text Example


Text Example

White with #D38F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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