Html Css Color HEX #D38C5C Whiskey Sour

📋 copy color: '#D38C5C'

red 211 ◦ green 140 ◦ blue 92

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

Shades of Whiskey Sour #D38C5C

Tints of Whiskey Sour #D38C5C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.6%

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

R = 47.63%
G = 31.6%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D38C5C (or 0xD38C5C) is known color: Whiskey Sour. HEX triplet: D3, 8C and 5C. RGB value is (211,140,92). Sum of RGB (Red+Green+Blue) = 211+140+92=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38C5C is #2C73A3. Grayscale: #9C9C9C. Windows color (decimal): -2913188 or 6065363. OLE color: 6065363.

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

Color convert

RGB 211 140 92 -
CMYK 0 0.34 0.56 0.17
HSL 24.2º 0.57% 0.59% -
HSV(B) 24.2º 0.56% 0.83% -
XYZ 38.17 33.38 14.56 -
YUV 155.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 211 140 92 0 0.34 0.56 0.17 24.2 0.57 0.59
Hex D3 8C 5C 0 22 38 11 18 39 3B
Octal 323 214 134 0 42 70 21 30 71 73
Binary 11010011 10001100 1011100 0 100010 111000 10001 11000 111001 111011

Color Harmonies of #D38C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38C5C

Black with #D38C5C

Text Example


Text Example

White with #D38C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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